Skip to content

Commit

Permalink
Workaround linting error (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Sep 12, 2020
1 parent 20a0fa2 commit 7d6759a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python-version: '3.7'
- name: Run the website
run: ./src/tools/scripts/run_and_test_website.sh
- name: Remove node modules to avoid linting errors
run: rm -rf src/node_modules
- name: Lint Generated HTML
uses: github/[email protected]
env:
Expand Down

0 comments on commit 7d6759a

Please sign in to comment.