Add dependency installation and permission fix tasks to lint-test-build workflow

This commit is contained in:
Luis Eduardo
2025-02-02 04:40:37 +00:00
parent 3f75949630
commit f874eee6ad

View File

@@ -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