Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Raghav-Bell/graby
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghav-Bell committed Sep 8, 2023
2 parents f1fc57f + 7d04301 commit 3f8fa0c
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@ jobs:
# Installing Rust
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable



# Install your linters here
- name: Installing clippy
run: rustup component add clippy
- name: Installing clippy
run: rustup component add rustfmt

- name: Run linters
uses: wearerequired/lint-action@v2
with:
clippy: true
rustfmt: true
- name: Lint (clippy)
run: cargo clippy --all-targets -- -D warnings
- name: Format (rustfmt)
run: cargo fmt --all -- --check

0 comments on commit 3f8fa0c

Please sign in to comment.