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