Skip to content

Commit 5e99027

Browse files
style: pre-commit fixes
1 parent 836bacf commit 5e99027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-cookie.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
run: nox -s 'tests(mesonpy, novcs, sphinx)'
9292

9393
- name: Compare copier template generation
94-
if: runner.os == "Linux" # No need to check this on each (slow on Windows)
94+
if: runner.os == "Linux" # No need to check this on each (slow on Windows)
9595
run: nox -s compare_copier
9696

9797
- name: Compare cruft template generation
98-
if: runner.os == "Linux" # No need to check this on each (slow on Windows)
98+
if: runner.os == "Linux" # No need to check this on each (slow on Windows)
9999
run: nox -s compare_cruft
100100

101101
nox:

0 commit comments

Comments
 (0)