Skip to content

Merge pull request #3 from grokify/dependabot/github_actions/actions/… #33

Merge pull request #3 from grokify/dependabot/github_actions/actions/…

Merge pull request #3 from grokify/dependabot/github_actions/actions/… #33

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@v3
with:
version: v1.41