We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a005cd commit 513d631Copy full SHA for 513d631
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
persist-credentials: false
20
- uses: ./.github/actions/setup
21
22
- - run: bun run ./actions/ci/hello.ts
+ - run: bun run ./lib/cli build ./actions/ci/hello
23
- uses: ./actions/ci/hello
24
25
test:
@@ -33,5 +33,5 @@ jobs:
33
34
35
36
- - run: bun run ./actions/ci/test.ts
+ - run: bun run ./lib/cli build ./actions/ci/test
37
- uses: ./actions/ci/test
0 commit comments