Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Minor speedups to CI linting (#13827)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Sep 16, 2022
1 parent d64e851 commit 5e84461
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install .
- run: scripts-dev/generate_sample_config.sh --check
- run: scripts-dev/config-lint.sh
- uses: matrix-org/setup-python-poetry@v1
with:
extras: "all"
- run: poetry run scripts-dev/generate_sample_config.sh --check
- run: poetry run scripts-dev/config-lint.sh

check-schema-delta:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -76,7 +78,6 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: matrix-org/setup-python-poetry@v1
with:
extras: "all"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/13827.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor speedups to linting in CI.

0 comments on commit 5e84461

Please sign in to comment.