Skip to content

Commit

Permalink
Merge branch 'master' into issue-814
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Nov 9, 2023
2 parents 8bb2931 + 1d03ddc commit cd03823
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
run: |
npm install standard
node_modules/.bin/standard
- name: Clean up standard.js artifacts
shell: bash
run: |
rm -rf node_modules
rm package-lock.json
rm package.json
- name: Lint Python
run: |
pip install --user pycodestyle
Expand Down

0 comments on commit cd03823

Please sign in to comment.