Skip to content

Commit

Permalink
Add linter + fix issues in root workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 10, 2023
1 parent 301ce96 commit 7eede98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
services:
devnet:
image: kadena/devnet
options: >-
--memory 7g
--cpus 2
--health-cmd "curl --verbose --fail http://localhost:8080/info || exit 1"
options:
--memory 7g --cpus 2 --health-cmd "curl --verbose --fail
http://localhost:8080/info || exit 1"
ports:
- 8080:8080

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format:src": "prettier . \"!packages\" --cache --write",
"preinstall": "npx --no-install only-allow pnpm",
"knip": "knip",
"lint": "syncpack list-mismatches",
"lint": "syncpack list-mismatches && prettier . \"!packages\" --cache --check",
"publish": "changeset publish",
"select": "git checkout .changeset/config.json && tsx --no-warnings ./packages/tools/scripts/publish-set.ts",
"test": "turbo run test",
Expand Down

0 comments on commit 7eede98

Please sign in to comment.