keeweb-plugins/.github/workflows/ci-checks.yaml

15 lines
282 B
YAML
Raw Normal View History

2020-11-28 12:38:38 +01:00
name: CI Checks
2020-11-28 12:37:42 +01:00
on: [push, pull_request]
jobs:
2020-11-28 12:38:38 +01:00
lint:
2020-11-28 12:37:42 +01:00
runs-on: ubuntu-latest
steps:
2020-11-29 14:09:20 +01:00
- name: Checkout
uses: actions/checkout@v2
2020-11-28 12:37:42 +01:00
with:
fetch-depth: 0
2020-11-28 12:39:21 +01:00
- name: NPM install
2020-11-28 12:37:42 +01:00
run: npm ci
- name: Lint
2021-05-13 12:13:46 +02:00
run: npm run eslint