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

14 lines
257 B
YAML
Raw Normal View History

2020-11-28 12:37:42 +01:00
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