842c027706
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.26.0 to 1.48.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.26.0...v1.48.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
315 B
YAML
19 lines
315 B
YAML
name: Check for typos
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
[push, pull_request, workflow_dispatch]
|
|
|
|
jobs:
|
|
check-typos:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v7
|
|
- run: git fetch origin ${{ github.base_ref }}
|
|
|
|
- name: Run spellcheck
|
|
uses: crate-ci/typos@v1.48.0
|