feat!: Add lint action and change to yarn
parent
0bf39e3c33
commit
d34ee64107
|
@ -0,0 +1,15 @@
|
|||
name: Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3.5.1
|
||||
with:
|
||||
cache: yarn
|
||||
|
||||
- run: yarn
|
||||
- run: yarn run lint-ci
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue