Stop using a 3rd party eslint action

pull/24/head
Skyler Grey 3 years ago
parent 432230044d
commit e0db2ec48c
Signed by: Minion3665
GPG Key ID: 1AFD10256B3C714D

@ -21,10 +21,10 @@ jobs:
- uses: actions/setup-node@v3.6.0
with:
node-version: 19.x
- run: yarn install --immutable --ignore-engines
- run: yarn install --immutable
- name: Compile
run: yarn build
- name: Run eslint
uses: mrdivyansh/eslint-action@v1.0.7
run: yarn lint
- name: Run prettier
uses: actionsx/prettier@v2

Loading…
Cancel
Save