Skip to content

Commit dbae062

Browse files
committed
♻️ Code Refactor
1 parent 209653f commit dbae062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 22
3030

3131
- name: install essentials
3232
run: |
@@ -71,8 +71,8 @@ jobs:
7171
uses: Swatinem/rust-cache@v2
7272
- name: Check Rust version
7373
run: rustc --version
74-
# - name: Run fmt
75-
# run: cargo fmt -- --check --verbose
74+
- name: Run fmt
75+
run: cargo fmt -- --check --verbose
7676
- name: Run clippy
7777
run: cargo clippy -- --deny=warnings
7878

0 commit comments

Comments
 (0)