
* Use full commit hash when referencing GitHub Action * Use full commit hash in changeset-checker
10 lines
283 B
YAML
10 lines
283 B
YAML
name: "Check spelling"
|
|
on: # rebuild any PRs and main branch changes
|
|
pull_request:
|
|
|
|
jobs:
|
|
spellcheck: # run the action
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: streetsidesoftware/cspell-action@22e32eb3d70acf30e3fc09bd46edc1d30fb2d6db
|