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