Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

docs: enhance installation instructions in README.md #3

docs: enhance installation instructions in README.md

docs: enhance installation instructions in README.md #3

Workflow file for this run

---
name: Golanglint
permissions:
contents: read
on:
pull_request:
jobs:
Golanglint:
runs-on: ubuntu-24.04
permissions:
contents: read
statuses: write
strategy:
fail-fast: false
matrix:
modules:
- cmd/github-actions-digest-pinner
- internal/finder
- internal/ghclient
- internal/parser
- internal/updater
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
with:
filter_mode: nofilter
fail_level: any
workdir: ./${{matrix.modules}}