jshint action

This commit is contained in:
NatureFreshMilk 2019-11-28 11:11:07 +01:00
parent f83388a399
commit e336990651

20
.github/workflows/jshint.yml vendored Normal file
View File

@ -0,0 +1,20 @@
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