Skip to content

Merge pull request #47 from ChrisWiegman/dependabot/go_modules/github… #84

Merge pull request #47 from ChrisWiegman/dependabot/go_modules/github…

Merge pull request #47 from ChrisWiegman/dependabot/go_modules/github… #84

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request:
branches:
- "**"
jobs:
go-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: latest