Skip to content

ci(deps): bump actions/checkout from 4.2.2 to 6.0.2 #67

ci(deps): bump actions/checkout from 4.2.2 to 6.0.2

ci(deps): bump actions/checkout from 4.2.2 to 6.0.2 #67

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: go.mod
# Golangci-lint action is flaky, so we run it manually
- name: Run golangci-lint
shell: bash
run: |
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.2
make lint