# Example to run misspell. - name: Run reviewdog env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | misspell . | reviewdog -efm="%f:%l:%c: %m" -name="misspell" -reporter=github-pr-checkPublic reviewdog GitHub ActionsYou can also use published GitHub Actions too! reviewdog/action-misspellThis is an example to use reviewdog/action-misspell which reports misspell result to find typos
