diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e25aa78a1a..d74de9f028 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" + - 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).