Skip to content

Update golangci-lint.yml #31

Update golangci-lint.yml

Update golangci-lint.yml #31

Workflow file for this run

name: GolangCI-Lint
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
golangci-lint:
name: GolangCI-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
go-version-file: go.mod
cache-dependency-path: go.sum
- name: golangci-lint
uses: nhatthm/gh-actions/golangci-lint@master