chore(workflows/dependencies): update actions/setup-python digest to f677139 #683
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint github workflows | |
on: | |
pull_request: | |
paths: | |
- ".github/**/*.ya?ml" | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
name: lint github workflows | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | |
- name: Add problem matchers | |
run: | | |
# https://github.com/rhysd/actionlint/blob/3a2f2c7/docs/usage.md#problem-matchers | |
curl -LO https://raw.githubusercontent.com/rhysd/actionlint/main/.github/actionlint-matcher.json | |
echo "::add-matcher::actionlint-matcher.json" | |
- uses: docker://rhysd/actionlint:latest |