Skip to content

Merge pull request #9 from ryan961/patch-1 #65

Merge pull request #9 from ryan961/patch-1

Merge pull request #9 from ryan961/patch-1 #65

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: setup
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
args: -E misspell -E golint