disable formatting check in github CI

We won't be able to actually format the whole codebase until some larger branches have been merged (or if we work out a strategy to merge them into the formatted codebase)

In the meantime, we can get our webstorms applying formatting and linting as we go, while we figure it out
This commit is contained in:
jom 2022-04-04 12:02:26 +02:00 committed by Willow
parent dcdbb58265
commit 11b65e76bc

View file

@ -21,7 +21,6 @@ jobs:
- name: npm install, npm test
run: |
npm ci
npm run check
npm run build-packages
npm test