Skip to content

Commit

Permalink
Merge pull request #819 from oduwsdl/issue-818
Browse files Browse the repository at this point in the history
Clean up standard.js artifacts before linting Python
  • Loading branch information
machawk1 authored Nov 9, 2023
2 parents 09265b7 + c304828 commit 1d03ddc
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 1d03ddc

Please sign in to comment.