ci: introduce actionlint and semantic-tags (#537)

close #466
This commit is contained in:
Kengo TODA
2022-07-30 13:31:06 +00:00
committed by GitHub
parent 920e70f252
commit c3bf9384e1
2 changed files with 59 additions and 0 deletions

View File

@@ -40,3 +40,17 @@ jobs:
- uses: ./
with:
version: 'v2.4.1'
actionlint:
runs-on: ubuntu-latest
if: github.event.pull_request
permissions:
contents: read
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-actionlint@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
reporter: github-pr-review