odin/node_modules/googlethis/.github/workflows/lint.yml
2022-11-19 01:49:12 +01:00

17 lines
No EOL
273 B
YAML

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