commit package-lock.json, add eslint task
This commit is contained in:
parent
903b9dbb8b
commit
d305532bce
|
@ -18,6 +18,12 @@ jobs:
|
||||||
- name: checkout source
|
- name: checkout source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: npm install
|
||||||
|
run: npm install
|
||||||
|
|
||||||
|
- name: eslint
|
||||||
|
run: npx eslint js plugins
|
||||||
|
|
||||||
- name: calculate cache key hash
|
- name: calculate cache key hash
|
||||||
uses: actions/go-hashfiles@v0.0.1
|
uses: actions/go-hashfiles@v0.0.1
|
||||||
id: cache-hash
|
id: cache-hash
|
||||||
|
|
|
@ -3,7 +3,6 @@ Thumbs.db
|
||||||
/messages.mo
|
/messages.mo
|
||||||
/node_modules
|
/node_modules
|
||||||
/locale/**/*.po~
|
/locale/**/*.po~
|
||||||
/package-lock.json
|
|
||||||
/plugins.local/*
|
/plugins.local/*
|
||||||
/themes.local/*
|
/themes.local/*
|
||||||
/config.php
|
/config.php
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue