Skip to content

Commit

Permalink
Merge branch 'main' into keep-numeral-format
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Aug 31, 2024
2 parents d835764 + b711ffc commit acfb175
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tact CI

env:
HUSKY: 0

on:
push:
branches: ["main"]
Expand Down
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn lint:all
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
"Neovim",
"Offchain",
"Parens",
"pinst",
"POSIX",
"postpack",
"prando",
"RANDU",
"rangle",
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"spell": "cspell --no-progress \"**\"",
"knip": "knip",
"lint:all": "yarn lint && yarn fmt:check && yarn lint:schema && yarn spell && yarn knip",
"all": "yarn clean && yarn gen && yarn build && yarn coverage && yarn lint:all"
"all": "yarn clean && yarn gen && yarn build && yarn coverage && yarn lint:all",
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"files": [
"dist/**/*",
Expand Down Expand Up @@ -74,8 +77,10 @@
"cspell": "^8.8.3",
"eslint": "^8.56.0",
"glob": "^8.1.0",
"husky": "^9.1.5",
"jest": "^29.3.1",
"knip": "^5.24.1",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"release-it": "^15.5.1",
"rimraf": "^4.1.2",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3565,6 +3565,11 @@ human-signals@^4.3.0:
resolved "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz"
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==

husky@^9.1.5:
version "9.1.5"
resolved "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz#2b6edede53ee1adbbd3a3da490628a23f5243b83"
integrity sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==

iconv-lite@^0.4.24:
version "0.4.24"
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz"
Expand Down Expand Up @@ -5328,6 +5333,11 @@ picomatch@^4.0.1:
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz"
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==

pinst@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/pinst/-/pinst-3.0.0.tgz#80dec0a85f1f993c6084172020f3dbf512897eec"
integrity sha512-cengSmBxtCyaJqtRSvJorIIZXMXg+lJ3sIljGmtBGUVonMnMsVJbnzl6jGN1HkOWwxNuJynCJ2hXxxqCQrFDdw==

pirates@^4.0.4:
version "4.0.6"
resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz"
Expand Down

0 comments on commit acfb175

Please sign in to comment.