Skip to content

Commit c304828

Browse files
committed
Clean up standard.js artifacts before linting Python
1 parent 09265b7 commit c304828

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
run: |
1616
npm install standard
1717
node_modules/.bin/standard
18+
- name: Clean up standard.js artifacts
19+
shell: bash
20+
run: |
21+
rm -rf node_modules
22+
rm package-lock.json
23+
rm package.json
1824
- name: Lint Python
1925
run: |
2026
pip install --user pycodestyle

0 commit comments

Comments
 (0)