Skip to content

Bump actions/upload-artifact from 3 to 4 #901

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #901

Workflow file for this run

name: Check spelling
on: [pull_request]
jobs:
misspell:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
locale: "US"
reporter: github-pr-review
level: warning