This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Update dependency reviewdog/reviewdog to v0.17.2 #145
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
--- | |
# Separate the workflow for actionlint to other workflows, because if a workflow for actionlint is broken actionlint isn't run | |
name: actionlint | |
on: | |
pull_request: | |
paths: | |
- .github/workflows/*.yaml | |
- aqua/actionlint.yaml | |
- aqua/reviewdog.yaml | |
permissions: {} | |
jobs: | |
actionlint: | |
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0 | |
with: | |
aqua_version: v2.24.0 | |
permissions: | |
pull-requests: write | |
contents: read |