fix: make linter necessary for release again
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: [ unit-test, spec-test, doc-test ]
|
needs: [ unit-test, spec-test, doc-test, lint ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v3.1.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user