mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
parent
685144bbd7
commit
87900beddd
18 changed files with 252 additions and 2135 deletions
12
.github/workflows/checks.yml
vendored
12
.github/workflows/checks.yml
vendored
|
|
@ -9,10 +9,6 @@ jobs:
|
|||
steps:
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
# TODO: Remove this once the repo is public
|
||||
token: ${{ secrets.ADIL_GITHUB_TOKEN }}
|
||||
- name: Setup | Rust
|
||||
run: rustup toolchain install stable --profile minimal
|
||||
- name: Run Clippy
|
||||
|
|
@ -25,10 +21,6 @@ jobs:
|
|||
steps:
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
# TODO: Remove this once the repo is public
|
||||
token: ${{ secrets.ADIL_GITHUB_TOKEN }}
|
||||
- name: Setup | Rust
|
||||
run: rustup toolchain install stable --profile minimal
|
||||
- name: Run Rustfmt
|
||||
|
|
@ -40,10 +32,6 @@ jobs:
|
|||
steps:
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
# TODO: Remove this once the repo is public
|
||||
token: ${{ secrets.ADIL_GITHUB_TOKEN }}
|
||||
- name: Setup | Rust
|
||||
run: rustup toolchain install stable --profile minimal
|
||||
- name: Setup | Install wasm toolchain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue