feat!: Add lint action and change to yarn

imgbot
KieranRobson 2022-12-05 22:38:23 +00:00
parent 0bf39e3c33
commit d34ee64107
3 changed files with 2162 additions and 5993 deletions

15
.github/workflows/lint.yml vendored Normal file
View File

@ -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

5993
package-lock.json generated

File diff suppressed because it is too large Load Diff

2147
yarn.lock Normal file

File diff suppressed because it is too large Load Diff