Skip to content

Merge pull request #30 from maxmind/dependabot/github_actions/golangc… #115

Merge pull request #30 from maxmind/dependabot/github_actions/golangc…

Merge pull request #30 from maxmind/dependabot/github_actions/golangc… #115

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
schedule:
- cron: '6 15 * * SUN'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: latest