Skip to content

Commit

Permalink
Fix linting and format ows_cfg (#577)
Browse files Browse the repository at this point in the history
* Add change owner

* Include workflow check

* Include workflow check

* apply black formatting to ows_cfg

* use sudo

* silent jsonlint output

* Test both terria files

* Remove trailing comma

* remove sudo for npm

Co-authored-by: Tisham Dhar <[email protected]>
  • Loading branch information
pindge and Tisham Dhar authored Sep 14, 2020
1 parent 971f1cb commit b058a26
Show file tree
Hide file tree
Showing 3 changed files with 3,188 additions and 4,855 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
- name: Run Json Linter
run: |
npm install jsonlint -g
jsonlint dev/terria/dea-maps.json
jsonlint dev/terria/dea-maps.json -q
jsonlint dev/terria/dea.json -q
- name: Run Python Linter
run: |
python -m pip install pylint boto3
./check-code.sh
./check-code.sh
Loading

0 comments on commit b058a26

Please sign in to comment.