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