Skip to content

Commit efb2fa6

Browse files
committed
fix ci
1 parent 2e79019 commit efb2fa6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pre-commit-format.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches:
7-
- '**'
7+
- "**"
88
merge_group:
9-
branches: [ main ]
9+
branches: [main]
1010
# schedule:
1111
# - cron: "0 0 * * *"
1212

@@ -27,12 +27,12 @@ jobs:
2727
- name: Setup dotnet
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: '9.0.x'
30+
dotnet-version: "9.0.x"
3131

3232
- name: Setup Python environment (for pre-commit)
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: '3.10'
35+
python-version: "3.10"
3636

3737
- name: Clean dotnet temporary folder
3838
run: |

0 commit comments

Comments
 (0)