Skip to content

Bump actions/checkout from 4.2.2 to 5.0.0 #816

Bump actions/checkout from 4.2.2 to 5.0.0

Bump actions/checkout from 4.2.2 to 5.0.0 #816

Workflow file for this run

---
name: reviewdog
on: # yamllint disable-line rule:truthy
pull_request:
types:
- opened
- edited
- reopened
- synchronize
push:
jobs:
hadolint:
name: runner / hadolint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v5.0.0
- name: hadolint
uses: reviewdog/action-hadolint@v1.50.2
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- name: yamllint
uses: reviewdog/action-yamllint@v1.21.0
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- name: shellcheck
uses: reviewdog/action-shellcheck@v1.30.0
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
path: "."
pattern: "*.sh"
exclude: "./.git/*"
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: reviewdog/action-misspell@v1.26.3
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
languagetool:
name: runner / languagetool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: reviewdog/action-languagetool@v1.22.0
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
patterns: |
**/*.md
language: en