Skip to content

feat: allow upgrading golangci-lint to v2 #158

feat: allow upgrading golangci-lint to v2

feat: allow upgrading golangci-lint to v2 #158

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- uses: pre-commit/[email protected]