refraction/.github/workflows/lint.yml
2022-11-29 14:41:14 +00:00

11 lines
177 B
YAML

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