From 420efeda8cac611eeaff0b5f0678c424b3cee2d9 Mon Sep 17 00:00:00 2001 From: devaine Date: Thu, 5 Mar 2026 01:16:43 -0600 Subject: [PATCH] test(workflows): testing to see if it already has the code --- .forgejo/workflows/start.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/start.yaml b/.forgejo/workflows/start.yaml index e1fb196..9185ee9 100644 --- a/.forgejo/workflows/start.yaml +++ b/.forgejo/workflows/start.yaml @@ -2,5 +2,8 @@ on: [push] jobs: test: runs-on: docker + container: + image: ubuntu:latest steps: - - run: echo "hello world" + - run: | + ls -la