Skip to content

Merge pull request #1 from puni9869/dependabot/go_modules/google.gola… #72

Merge pull request #1 from puni9869/dependabot/go_modules/google.gola…

Merge pull request #1 from puni9869/dependabot/go_modules/google.gola… #72

Workflow file for this run

---
name: Check
on: [ push ]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
skip-pkg-cache: true
args: --timeout 5m0s
- name: test
run: make test