Skip to content

chore(deps): bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 #76

chore(deps): bump actions/upload-pages-artifact from 3.0.1 to 4.0.0

chore(deps): bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 #76

Workflow file for this run

---
name: Spell Check
"on":
pull_request:
push:
branches: [main, master]
workflow_dispatch:
permissions:
contents: read
jobs:
typos:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout repository
# v6.0.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Check spelling with typos
# master (latest)
uses: crate-ci/typos@57b11c6b7e54c402ccd9cda953f1072ec4f78e33
continue-on-error: true
with:
files: .
config: .typos.toml