Skip to content

autoupdate: fix: status of previous HEAD commit is evaluated after base branch update #184

autoupdate: fix: status of previous HEAD commit is evaluated after base branch update

autoupdate: fix: status of previous HEAD commit is evaluated after base branch update #184

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- "*"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.56