Skip to content

chore: Fix various pending test formatting issues #1

chore: Fix various pending test formatting issues

chore: Fix various pending test formatting issues #1

Workflow file for this run

name: Reviewdog
on:
pull_request:
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-markdownlint@v0.24.0
with:
reporter: github-pr-review
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-shellcheck@v1.26.0
with:
reporter: github-pr-review
check_all_files_with_shebangs: 'true'
typos:
name: typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-typos@v1.8.0
misspell:
name: misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-misspell@v1.23.0
with:
locale: UK