Skip to content

Bump reviewdog/action-shellcheck from 1.30.0 to 1.32.0 #823

Bump reviewdog/action-shellcheck from 1.30.0 to 1.32.0

Bump reviewdog/action-shellcheck from 1.30.0 to 1.32.0 #823

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@v4.2.2
- 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@v4.2.2
- 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@v4.2.2
- name: shellcheck
uses: reviewdog/action-shellcheck@v1.32.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@v4.2.2
- 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@v4.2.2
- uses: reviewdog/action-languagetool@v1.22.0
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
patterns: |
**/*.md
language: en