Skip to content

Commit 2a3a045

Browse files
committed
add scenario
1 parent e4c9171 commit 2a3a045

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: dtolnay/rust-toolchain@stable
16+
with:
17+
components: rustfmt
18+
- name: Run fmt check
19+
working-directory: iOverlay
20+
run: cargo fmt --all -- --check
1621
- name: Run tests
1722
working-directory: iOverlay
1823
run: cargo test

0 commit comments

Comments
 (0)