diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 242b5a01..183d14f6 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -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: