We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa5e9a commit 060017dCopy full SHA for 060017d
.github/workflows/bb-ci-utils.yml
@@ -8,8 +8,8 @@ on:
8
9
jobs:
10
check:
11
- uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@main"
12
-
+ uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
+
13
lint:
14
name: Forge Lint
15
uses: itsshantanu/gha-utils/.github/workflows/evm-lint.yml@demo/bb-ci
package.json
@@ -72,9 +72,5 @@
72
"repository": {
73
"type": "git",
74
"url": "git+https://github.com/sablier-labs/lockup.git"
75
- },
76
- "scripts": {
77
- "prepack": "bun install --frozen-lockfile && bash ./scripts/bash/prepare-artifacts.sh",
78
- "prepare": "husky"
79
}
80
0 commit comments