Skip to content

Commit

Permalink
Update super-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Teolhyn authored Jul 17, 2024
1 parent 3e3a847 commit 45a021b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.74.0
profile: minimal
override: true

- name: Lint Code Base
uses: github/super-linter@v4
env:
Expand Down

0 comments on commit 45a021b

Please sign in to comment.