Skip to content

Remove old pre-module code #161

Remove old pre-module code

Remove old pre-module code #161

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: [master]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true
working-directory: v3