Skip to content

Bump golangci/golangci-lint-action in the github-actions group (#38) #169

Bump golangci/golangci-lint-action in the github-actions group (#38)

Bump golangci/golangci-lint-action in the github-actions group (#38) #169

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: script/test