commit
This commit is contained in:
parent
be4fd23bcf
commit
0bd53741af
728 changed files with 86573 additions and 0 deletions
17
node_modules/googlethis/.github/workflows/lint.yml
generated
vendored
Normal file
17
node_modules/googlethis/.github/workflows/lint.yml
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
eslint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
|
||||
- name: npm install and lint
|
||||
run: |
|
||||
npm install
|
||||
npm run lint
|
Loading…
Add table
Add a link
Reference in a new issue