Skip to content

Commit

Permalink
clippy only on bins for now
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Jul 23, 2024
1 parent e50b275 commit f858ce6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
clippy:
name: clippy
runs-on: macos-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -28,14 +28,9 @@ jobs:
profile: minimal
components: clippy
override: true

- name: install target
run: rustup target add aarch64-apple-darwin
- name: Install rust-src component
run: rustup component add rust-src --toolchain nightly-aarch64-apple-darwin

- name: cargo clippy
run: cargo clippy --all
run: cargo clippy

fmt:
name: fmt project
Expand Down

0 comments on commit f858ce6

Please sign in to comment.