mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
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:
parent
dcdbb58265
commit
11b65e76bc
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -21,7 +21,6 @@ jobs:
|
|||
- name: npm install, npm test
|
||||
run: |
|
||||
npm ci
|
||||
npm run check
|
||||
npm run build-packages
|
||||
npm test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue