Skip to content

chore(deps): update golangci/golangci-lint-action action to v3.7.1 (#3) #8

chore(deps): update golangci/golangci-lint-action action to v3.7.1 (#3)

chore(deps): update golangci/golangci-lint-action action to v3.7.1 (#3) #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: latest