ci?
This commit is contained in:
parent
801642c25b
commit
a8d8344639
@ -18,14 +18,6 @@ jobs:
|
||||
with:
|
||||
config: ./typos.toml
|
||||
|
||||
clippy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run clippy
|
||||
working-directory: ./tetros
|
||||
run: cargo clippy --all-targets --all-features
|
||||
|
||||
build:
|
||||
name: "Build"
|
||||
runs-on: ubuntu-latest
|
||||
@ -40,3 +32,7 @@ jobs:
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
sudo apt install --yes \
|
||||
rustup
|
||||
|
||||
- name: Run clippy
|
||||
working-directory: ./tetros
|
||||
run: cargo clippy --all-targets --all-features
|
||||
|
Loading…
x
Reference in New Issue
Block a user