Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit acd39b1

Browse files
committed
Move tools builder into a separate repo
1 parent e09cc4a commit acd39b1

File tree

4 files changed

+3
-205
lines changed

4 files changed

+3
-205
lines changed

.github/workflows/build-cache.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

ci/build.py

Lines changed: 0 additions & 166 deletions
This file was deleted.

ci/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import * as core from "@actions/core";
22

3-
export async function run(): Promise<void> {}
3+
export async function run(): Promise<void> {
4+
core.info("All done");
5+
}
46

57
async function main(): Promise<void> {
68
try {

0 commit comments

Comments
 (0)