commit
094bd501b5
|
@ -71,6 +71,8 @@ jobs:
|
||||||
uses: actions/checkout@v3.2.0
|
uses: actions/checkout@v3.2.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.commitRef || env.DEFAULT_BRANCH }}
|
ref: ${{ github.event.inputs.commitRef || env.DEFAULT_BRANCH }}
|
||||||
|
- name: Install pyspec requirements
|
||||||
|
run: make install_test
|
||||||
- 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…
Reference in New Issue