Skip to content

Move files into packages #39

Move files into packages

Move files into packages #39

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: true # caching and restoring go modules and build outputs
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
args: -v