Skip to content

Commit

Permalink
GeoscienceAustralia#505 Add jslint via github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Tisham Dhar <[email protected]>
  • Loading branch information
Tisham Dhar committed May 22, 2020
1 parent 2203dcf commit e698131
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name : Deploy Terria Config

on:
push:
paths:
- 'dev/terria/**'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v1
with:
fetch-depth: 0

- name: Run Json Linter
run: |
npm install jsonlint -g
jsonlint dev/terria/dea-maps.json

0 comments on commit e698131

Please sign in to comment.