keeweb-plugins/.github/workflows/lint.yaml

14 lines
257 B
YAML

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