mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 21:45:53 -05:00
Move typecheck to happen before lint
This commit is contained in:
8
.github/workflows/PR-CI.yml
vendored
8
.github/workflows/PR-CI.yml
vendored
@@ -33,13 +33,13 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: Linting
|
||||
run: yarn lint
|
||||
- name: Typechecking
|
||||
run: yarn typecheck
|
||||
env:
|
||||
CI: true
|
||||
|
||||
- name: Typechecking
|
||||
run: yarn typecheck
|
||||
- name: Linting
|
||||
run: yarn lint
|
||||
env:
|
||||
CI: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user