Skip to content

Promote from BLAIS5-5161-b to main #107

Promote from BLAIS5-5161-b to main

Promote from BLAIS5-5161-b to main #107

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.26'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true