Skip to content

Commit

Permalink
Install standard script locally and run from there
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed May 14, 2020
1 parent 5f9adeb commit 269cf06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@master
- name: Lint JavaScript
run: |
npm install -g standard
standard
npm install standard
node_modules/.bin/standard
- name: Lint Python
run: |
pip install pycodestyle
Expand Down

0 comments on commit 269cf06

Please sign in to comment.