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 040fcf8 commit 915064bCopy full SHA for 915064b
actions/ci/hello.ts
@@ -1,7 +1,7 @@
1
-import * as path from "node:path";
2
import { Action } from "../../lib";
3
4
const action = new Action();
+
5
action.run("echo 'Hello, world!'");
6
7
-action.build(path.join(__dirname, "hello"));
+export default action;
actions/ci/test.ts
action.run("bun test");
-action.build(path.join(__dirname, "test"));
0 commit comments