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

25 lines
379 B
YAML
Raw Normal View History

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14.x
2022-02-09 22:24:14 +00:00
uses: actions/setup-node@v2
with:
version: 14.x
- name: Install deps
2022-02-09 22:24:14 +00:00
run: yarn
- name: Lint
run: yarn lint