cal.pub0.org/.github/workflows/lint.yml

22 lines
363 B
YAML
Raw Normal View History

2021-08-17 09:32:18 +00:00
name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
version: 14.x
2021-08-17 09:35:44 +00:00
- name: Install deps
2021-08-17 09:32:18 +00:00
uses: bahmutov/npm-install@v1
- name: Lint
run: yarn lint