mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-25 22:18:51 -06:00
Add dependency installation and permission fix tasks to lint-test-build workflow
This commit is contained in:
3
.github/workflows/lint-test-build.yaml
vendored
3
.github/workflows/lint-test-build.yaml
vendored
@@ -29,6 +29,9 @@ jobs:
|
||||
with:
|
||||
push: never
|
||||
runCmd: |
|
||||
npm install
|
||||
go mod download
|
||||
task fixperms
|
||||
task check-deps
|
||||
task lint-only
|
||||
task test-only
|
||||
|
||||
Reference in New Issue
Block a user