gitpushup 0.1.16

GitPushUp in rust!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Typos
on: [pull_request]

jobs:
  run:
    name: Spell Check with Typos
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Actions Repository
        uses: actions/checkout@v6

      - name: Check spelling
        uses: crate-ci/typos@v1.43.4
        with:
          config: ./.github/.typos.toml