1
0
forked from MTSR/mapserver
mapserver/.github/workflows/jshint.yml

21 lines
289 B
YAML
Raw Normal View History

2019-11-28 13:11:07 +03:00
name: jshint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: apt
run: sudo apt-get install -y nodejs npm
- name: jshint install
run: npm i -g jshint
- name: jshint run
- run: cd static/js && jshint