1
0
mirror of https://github.com/keeweb/keeweb-plugins.git synced 2024-06-24 07:26:47 +02:00
keeweb-plugins/.github/workflows/ci-checks.yaml
2021-05-13 12:13:46 +02:00

15 lines
282 B
YAML

name: CI Checks
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: NPM install
run: npm ci
- name: Lint
run: npm run eslint