Skip to content

chore: bump omni to pick up trailing-comma tolerance #83

chore: bump omni to pick up trailing-comma tolerance

chore: bump omni to pick up trailing-comma tolerance #83

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
golangci-lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.11.4
args: --verbose --timeout 5m --allow-parallel-runners