Skip to content

Merge pull request #6 from elfranne/dependabot/github_actions/gorelea… #28

Merge pull request #6 from elfranne/dependabot/github_actions/gorelea…

Merge pull request #6 from elfranne/dependabot/github_actions/gorelea… #28

Workflow file for this run

name: Go Lint
on: [push]
jobs:
test:
name: Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3