Skip to content

Merge pull request #18 from jonstacks/dependabot/go_modules/gopkg.in/… #13

Merge pull request #18 from jonstacks/dependabot/go_modules/gopkg.in/…

Merge pull request #18 from jonstacks/dependabot/go_modules/gopkg.in/… #13

Workflow file for this run

name: golangci
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2