Skip to content

Update stefanzweifel/git-auto-commit-action action to v4.16.0 #25

Update stefanzweifel/git-auto-commit-action action to v4.16.0

Update stefanzweifel/git-auto-commit-action action to v4.16.0 #25

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
spell-check:
name: Spellchecker
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3.6.0
with:
ref: ${{ github.head_ref }}
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.WALL_BREW_BOT_PAT }}
locale: "US"
reporter: github-pr-review
filter_mode: file
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3.6.0
with:
ref: ${{ github.head_ref }}
- name: Lint Markdown
uses: reviewdog/action-markdownlint@v0.7.1
with:
github_token: ${{ secrets.WALL_BREW_BOT_PAT }}
reporter: github-pr-review
filter_mode: file