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
|
- run: make lint-backend
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [lint-frontend, lint-backend, lint-commits]
|
needs: [lint-frontend, lint-backend]
|
||||||
steps:
|
steps:
|
||||||
- run: echo "done"
|
- 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:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
- reopened
|
||||||
- edited
|
- edited
|
||||||
- synchronize
|
- synchronize
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user