Skip to content

Do not run CodeQL on push #113

Do not run CodeQL on push

Do not run CodeQL on push #113

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
schedule:
- cron: '6 15 * * SUN'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest