Skip to content

correct workflow state changes when setting status with new doc #866

correct workflow state changes when setting status with new doc

correct workflow state changes when setting status with new doc #866

Workflow file for this run

name: Lint code
on:
push:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false # Let golangcilint handle caching
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62
args: --timeout=4m