diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7beb939bac..92a1b3fb8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,3 +92,10 @@ jobs: targets: | ${{ github.repository_owner }}/NineChronicles:${{ github.ref_name }}? ${{ github.repository_owner }}/NineChronicles.Headless:${{ github.ref_name }}? + + typos: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Check spelling of file.txt + uses: crate-ci/typos@master