Skip to content

Commit

Permalink
fix: CI workflow not triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Apr 8, 2024
1 parent b66388c commit 78529d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- uses: actions/checkout@v3

- name: Clippy
run: cargo clippy \
--all-features --all-targets --no-deps
run: cargo clippy --all-features --all-targets --no-deps

- name: Cargo fmt
run: cargo fmt --check
Expand Down

0 comments on commit 78529d1

Please sign in to comment.