Skip to content

Update actions/checkout action to v4.1.1 - autoclosed #27

Update actions/checkout action to v4.1.1 - autoclosed

Update actions/checkout action to v4.1.1 - autoclosed #27

Workflow file for this run

name: Linter
on: [pull_request, workflow_dispatch]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
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
level: error
filter_mode: file