f1c9e79629878d79a6233704fc020d9892aee070
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

1) name: Javascript Checks
2) 
3) on:
4)   push:
5)     branches: [ smf21, smf20, master ]
6)   pull_request:
7)     branches: [ smf21, smf20, master ]
8) 
9)   workflow_dispatch:
10) jobs:          
11)   lint:
12)     runs-on: ubuntu-latest
13)     name: LINT Checks
14)     steps:
15)       - uses: actions/checkout@master
Jeremy D Fix some Javascript errors...

Jeremy D authored 3 years ago

16)         with:
Jeremy D Restore Build Tools (#170)

Jeremy D authored 1 year ago

17)           submodules: false
jdarwood007 Remove Travis and Introduce...

jdarwood007 authored 3 years ago

18)       - name: Javascript LINT
19)         uses: tj-actions/eslint-changed-files@v4
20)         with: