Fix ls flags

This commit is contained in:
IndyV 2022-11-04 11:51:28 +01:00
parent 552111465c
commit 945175fe8e
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ jobs:
- name: Look around
run: |
ls -la
ls -la target
ls -la target/debug
ls
ls target
ls target/debug
- name: Lint
run: cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::expect_used