Skip to content

Commit 0e81786

Browse files
committed
github actions: lint yaml file
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent 8b1e33a commit 0e81786

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v4
8181
- uses: actions/setup-python@v5
8282
with:
83-
python-version: '3.12'
83+
python-version: "3.12"
8484
- name: Check versions
8585
run: python check_versions.py
8686

@@ -96,14 +96,14 @@ jobs:
9696
uses: PyO3/maturin-action@v1
9797
with:
9898
args: --release
99-
working-directory: './python'
100-
99+
working-directory: "./python"
100+
101101
python-test:
102102
name: Test python bindings
103103
runs-on: ubuntu-latest
104104
defaults:
105105
run:
106-
working-directory: './python'
106+
working-directory: "./python"
107107
steps:
108108
- uses: actions/checkout@v4
109109
- name: Install uv
@@ -125,4 +125,4 @@ jobs:
125125
working-directory: ./wasm
126126
- name: Build
127127
run: npm run build
128-
working-directory: ./wasm
128+
working-directory: ./wasm

0 commit comments

Comments
 (0)