From 2296d3d911ef46757e11baecec1118d72616fffa Mon Sep 17 00:00:00 2001 From: moreal Date: Mon, 20 Jun 2022 13:57:40 +0900 Subject: [PATCH] ci(gh-actions): introduce typos job --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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