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 fd0979d commit c309b98
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ env:
MAKEJOBS: '-j10'

jobs:
lint:
name: 'lint'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
sudo ./ci/lint/04_install.sh
echo "PATH=/python_build/bin:$PATH" >> "$GITHUB_ENV"
echo "CIRRUS_PR=${{ github.event.number }}" >> "$GITHUB_ENV"
- run: |
./ci/lint/06_script.sh
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 c309b98

Please sign in to comment.