From 69a7cee3c97a0789b208b32a66faf173068593e3 Mon Sep 17 00:00:00 2001 From: yourfriendoss <81387799+yourfriendoss@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:17:58 +0300 Subject: [PATCH] test 5 --- .forgejo/workflows/demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index eccf315..3d586e5 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -5,4 +5,5 @@ jobs: steps: - uses: http://github.com/actions/checkout@v4 - run: bun src/build.ts - - run: cat dist/dist.js \ No newline at end of file + - run: cat dist/dist.js + - run: echo hi \ No newline at end of file