Skip to content

chore(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #12

chore(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows

chore(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #12

Workflow file for this run

name: reviewdog
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v1
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"
reporter: github-pr-review
level: error
exclude: "*.css"