refraction/.github/workflows/lint.yml
2022-09-16 22:54:42 +08:00

11 lines
177 B
YAML

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