We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1741d0e commit 16682b8Copy full SHA for 16682b8
.github/workflows/pysplashsurf_CI.yml
@@ -15,6 +15,14 @@ permissions:
15
contents: read
16
17
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
+
26
generate-stub:
27
runs-on: ubuntu-latest
28
steps:
0 commit comments