mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-25 16:55:19 +00:00
add cache to linter and codespell
This commit is contained in:
parent
19cf15b838
commit
82e9631c51
10
.github/workflows/run-tests.yml
vendored
10
.github/workflows/run-tests.yml
vendored
@ -70,6 +70,11 @@ jobs:
|
|||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
needs: setup-env
|
needs: setup-env
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/cache@v3.2.2
|
||||||
|
id: restore-build
|
||||||
|
with:
|
||||||
|
path: ./*
|
||||||
|
key: ${{ github.sha }}
|
||||||
- name: Check codespell
|
- name: Check codespell
|
||||||
run: pip install 'codespell<3.0.0,>=2.0.0' --user && make codespell
|
run: pip install 'codespell<3.0.0,>=2.0.0' --user && make codespell
|
||||||
|
|
||||||
@ -77,6 +82,11 @@ jobs:
|
|||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
needs: setup-env
|
needs: setup-env
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/cache@v3.2.2
|
||||||
|
id: restore-build
|
||||||
|
with:
|
||||||
|
path: ./*
|
||||||
|
key: ${{ github.sha }}
|
||||||
- name: Run linter for pyspec
|
- name: Run linter for pyspec
|
||||||
run: make lint
|
run: make lint
|
||||||
- name: Run linter for test generators
|
- name: Run linter for test generators
|
||||||
|
Loading…
x
Reference in New Issue
Block a user