fix
This commit is contained in:
parent
57a1010c93
commit
3c4bca160d
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- run: make lint-backend
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [lint-frontend, lint-backend, lint-commits]
|
||||
needs: [lint-frontend, lint-backend]
|
||||
steps:
|
||||
- run: echo "done"
|
||||
|
||||
|
||||
1
.github/workflows/pr-lint.yaml
vendored
1
.github/workflows/pr-lint.yaml
vendored
@ -4,6 +4,7 @@ on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- edited
|
||||
- synchronize
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user