diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000000..b124ae3077 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,14 @@ +name: Lint + +on: [pull_request] + +jobs: + misspell: + name: Check Spelling Misspell + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Install + run: wget -O - -q https://git.io/misspell | sh -s -- -b . + - name: Misspell + run: git ls-files --empty-directory | xargs ./misspell -i 'aircrafts,devels,invertions' -error