mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
ls it
This commit is contained in:
parent
5922b5675a
commit
a3ae253bf1
1 changed files with 2 additions and 4 deletions
|
@ -10,10 +10,8 @@ jobs:
|
|||
container:
|
||||
image: docker.io/node:20-bookworm
|
||||
steps:
|
||||
- run: env
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
url: https://git.asonix.dog
|
||||
- run: ls
|
||||
|
||||
clippy:
|
||||
needs: [checkout]
|
||||
|
@ -22,7 +20,7 @@ jobs:
|
|||
image: docker.io/asonix/rust-builder:latest-linux-amd64
|
||||
steps:
|
||||
- run: |
|
||||
env
|
||||
ls
|
||||
rustup component add clippy
|
||||
cargo clippy --no-default-features -- -D warnings
|
||||
cargo clippy --no-default-features --features io-uring -- -D warnings
|
||||
|
|
Loading…
Reference in a new issue