Skip to content

actions<breaking>: remove PR-specific actions #9

actions<breaking>: remove PR-specific actions

actions<breaking>: remove PR-specific actions #9

Workflow file for this run

name: Misspell Check
on:
pull_request:
push:
branches: [main]
jobs:
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: misspell
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
locale: "US"