Skip to content

Commit

Permalink
ci: 🤖 Make cargo-outdated fail if new versions available
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed Aug 27, 2024
1 parent d3fbd91 commit a3d311f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install cargo-outdated
run: cargo install --locked cargo-outdated
- name: Lint Rust code
run: cargo outdated -v
run: cargo outdated -v --exit-code 1 -R -w
taplo:
name: Lint with taplo
runs-on: ubuntu-latest
Expand Down

0 comments on commit a3d311f

Please sign in to comment.