add lint gha

This commit is contained in:
Ryan Cao 2022-06-10 19:33:31 +08:00
parent bfc9e79b23
commit aca38d2924
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

12
.github/workflows/lint.yml vendored Normal file
View file

@ -0,0 +1,12 @@
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