Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.7.1 #3122

Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.7.1

Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.7.1 #3122

Workflow file for this run

name: Spellcheck
on:
push:
branches: [main]
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- "**/*"
jobs:
spellcheck:
# skip draft PRs
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Spellcheck
run: ./scripts/spellcheck.sh