Skip to content

Merge pull request #5 from grokify/dependabot/github_actions/golangci… #39

Merge pull request #5 from grokify/dependabot/github_actions/golangci…

Merge pull request #5 from grokify/dependabot/github_actions/golangci… #39

Workflow file for this run

on: [push, pull_request]
name: lint
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.41