We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720974e commit a9e2d23Copy full SHA for a9e2d23
.github/workflows/lint.yml
@@ -3,15 +3,6 @@ name: Lint
3
on: [pull_request]
4
5
jobs:
6
- misspell:
7
- name: Check Spelling Misspell All Files In Commit
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v2
11
- - name: Install
12
- run: wget -O - -q https://git.io/misspell | sh -s -- -b .
13
- - name: Misspell
14
- run: git ls-files --empty-directory | xargs ./misspell -error
15
pre-commit:
16
name: Run pre-commit # https://pre-commit.com/
17
runs-on: ubuntu-latest
0 commit comments