ci: workflow files have been updated

This commit is contained in:
Paramtamtam 2023-01-29 15:39:49 +04:00
parent 1ec17caa1d
commit 59c4d2022c
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

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