Skip to content

Commit

Permalink
Add GitHub lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 13, 2024
1 parent 5b6ca3d commit 8a57bae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Lint
on: [push, pull_request]
jobs:
all:
runs-on: macOS-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy --workspace --no-deps

0 comments on commit 8a57bae

Please sign in to comment.