Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94f26ebee2 |
@@ -18,8 +18,7 @@ jobs:
|
||||
go-version-file: 'go.mod'
|
||||
|
||||
- name: Initialize Go
|
||||
run: make build-web
|
||||
run: go get .
|
||||
run: make build-web && go get .
|
||||
|
||||
- name: Run Go Vet
|
||||
id: static_govet
|
||||
|
||||
@@ -49,7 +49,6 @@ jobs:
|
||||
run: npx eslint --config dev_config/eslint.config.mjs --fix web/scripts/
|
||||
|
||||
- name: Verify Linters
|
||||
if: always()
|
||||
if: >
|
||||
steps.html_lint.outcome != 'success' ||
|
||||
steps.style_lint.outcome != 'success' ||
|
||||
|
||||
Reference in New Issue
Block a user