Skip to content

Commit 16682b8

Browse files
committed
Run check fmt in python project
1 parent 1741d0e commit 16682b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ permissions:
1515
contents: read
1616

1717
jobs:
18+
check_format:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v4
22+
- name: Check formatting of PySplashsurf
23+
run: cargo fmt -- --check
24+
working-directory: pysplashsurf
25+
1826
generate-stub:
1927
runs-on: ubuntu-latest
2028
steps:

0 commit comments

Comments
 (0)