Skip to content

Commit 087de87

Browse files
authored
Run the bleeding edge codespell in our test
1 parent 008fd97 commit 087de87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@master
1414
- uses: actions/setup-python@v1
15-
- run: pip install codespell
15+
- run: pip install git+https://github.com/codespell-project/codespell.git
1616
- uses: ./
1717
- name: Check codespell
1818
run: codespell test/test.txt || true

0 commit comments

Comments
 (0)