Skip to content

Commit a9e2d23

Browse files
authored
Update lint.yml - remove misspell (#157)
1 parent 720974e commit a9e2d23

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ name: Lint
33
on: [pull_request]
44

55
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
156
pre-commit:
167
name: Run pre-commit # https://pre-commit.com/
178
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)