Skip to content

Commit

Permalink
fix: lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jul 18, 2024
1 parent 0e115c9 commit 3dd19bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
name: Check Styles
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchains
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
components: clippy, rustfmt
components: clippy
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt
- name: Install Scarb
uses: software-mansion/setup-scarb@v1
with:
Expand Down

0 comments on commit 3dd19bc

Please sign in to comment.