Skip to content

Commit ca04a8d

Browse files
committed
ci, gha: Add "lint" job
1 parent fd0979d commit ca04a8d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ env:
2323
MAKEJOBS: '-j10'
2424

2525
jobs:
26+
lint:
27+
name: 'lint'
28+
runs-on: ubuntu-latest
29+
steps:
30+
- uses: actions/checkout@v4
31+
with:
32+
fetch-depth: 0
33+
- run: |
34+
sudo ./ci/lint/04_install.sh
35+
echo "PATH=/python_build/bin:$PATH" >> "$GITHUB_ENV"
36+
echo "CIRRUS_PR=${{ github.event.number }}" >> "$GITHUB_ENV"
37+
- run: |
38+
./ci/lint/06_script.sh
39+
2640
macos-native-x86_64:
2741
name: 'macOS 13 native, x86_64, no depends, sqlite only, gui'
2842
# Use latest image, but hardcode version to avoid silent upgrades (and breaks).

0 commit comments

Comments
 (0)