Skip to content

Commit f3276ef

Browse files
committed
TEMP: Lint on all operating systems
1 parent 5e67f84 commit f3276ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ env:
1616
jobs:
1717
pre-commit:
1818
name: Run pre-commit
19-
runs-on: ubuntu-latest
19+
runs-on: ${{ matrix.os }}
20+
strategy:
21+
fail-fast: false
22+
matrix:
23+
# TEMP: Lint on all to test calling check-peps.py from pre-commit
24+
os: [windows-latest, macos-latest, ubuntu-latest]
2025

2126
steps:
2227
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)