Skip to content

chore(deps): bump golangci/golangci-lint-action from 3 to 4 #7

chore(deps): bump golangci/golangci-lint-action from 3 to 4

chore(deps): bump golangci/golangci-lint-action from 3 to 4 #7

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
verify:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Lint
uses: golangci/golangci-lint-action@v4