Minor speedups to CI linting (#13827)
This commit is contained in:
parent
d64e85197a
commit
5e84461653
|
@ -32,9 +32,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
- run: pip install .
|
- uses: matrix-org/setup-python-poetry@v1
|
||||||
- run: scripts-dev/generate_sample_config.sh --check
|
with:
|
||||||
- run: scripts-dev/config-lint.sh
|
extras: "all"
|
||||||
|
- run: poetry run scripts-dev/generate_sample_config.sh --check
|
||||||
|
- run: poetry run scripts-dev/config-lint.sh
|
||||||
|
|
||||||
check-schema-delta:
|
check-schema-delta:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -76,7 +78,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
fetch-depth: 0
|
|
||||||
- uses: matrix-org/setup-python-poetry@v1
|
- uses: matrix-org/setup-python-poetry@v1
|
||||||
with:
|
with:
|
||||||
extras: "all"
|
extras: "all"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Minor speedups to linting in CI.
|
Loading…
Reference in New Issue