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

14 lines
257 B
YAML

name: Deploy
on: [push, pull_request]
jobs:
publish:
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