mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
ci: workflow files have been updated
This commit is contained in:
parent
1ec17caa1d
commit
59c4d2022c
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -29,7 +29,11 @@ jobs: # Docs: <https://git.io/JvxXE>
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: golangci/golangci-lint-action@v3 # Action page: <https://github.com/golangci/golangci-lint-action>
|
||||
- uses: gacts/setup-go-with-cache@v1
|
||||
with: {go-version: 1.19}
|
||||
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
with: {skip-pkg-cache: true, skip-build-cache: true}
|
||||
|
||||
validate-config-file:
|
||||
name: Validate config file
|
||||
|
Loading…
Reference in New Issue
Block a user