Skip to content

Commit

Permalink
gha: Add "lint" job
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 8, 2023
1 parent c118572 commit 0c1ee23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ env:
MAKEJOBS: '-j10'

jobs:
lint:
name: 'lint'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
sudo ./ci/lint/04_install.sh
- run: |
./test/lint/check-doc.py
./test/lint/all-lint.py
# macos-native-x86_64:
# name: 'macOS 13 native, x86_64, no depends, sqlite only, gui'
# # Use latest image, but hardcode version to avoid silent upgrades (and breaks).
Expand Down

0 comments on commit 0c1ee23

Please sign in to comment.