Skip to content

Commit

Permalink
♻️ Code Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 4, 2024
1 parent 209653f commit dbae062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: install essentials
run: |
Expand Down Expand Up @@ -71,8 +71,8 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Check Rust version
run: rustc --version
# - name: Run fmt
# run: cargo fmt -- --check --verbose
- name: Run fmt
run: cargo fmt -- --check --verbose
- name: Run clippy
run: cargo clippy -- --deny=warnings

Expand Down

0 comments on commit dbae062

Please sign in to comment.