refraction/.github/workflows/lint.yml
2022-06-10 19:33:31 +08:00

12 lines
192 B
YAML

name: Lint
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn lint