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