Skip to content

Merge pull request #34 from charlieegan3/correct-module-path #81

Merge pull request #34 from charlieegan3/correct-module-path

Merge pull request #34 from charlieegan3/correct-module-path #81

Workflow file for this run

name: Check
on:
push:
workflow_dispatch:
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
- uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.57.2
- run: go test ./...