ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/.github/workflows/codespell.yml
dependabot[bot] db61db6de8 github: bump actions/checkout from 3.5.0 to 3.5.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8f4b7f8486...83b7061638)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 16:10:44 +00:00

23 lines
479 B
YAML

name: Codespell
on:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- uses: codespell-project/actions-codespell@22ff5a2e4b591290baf82d47c9feadac31c65441
with:
check_filenames: true
check_hidden: true
skip: target,.jj
ignore_words_list: crate,nd,nD