From 393f6496a576d79dcc3c77f99048b51826724911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Fri, 7 Feb 2025 15:26:40 +0100 Subject: [PATCH] add ci/cd --- .forgejo/workfows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .forgejo/workfows/test.yml diff --git a/.forgejo/workfows/test.yml b/.forgejo/workfows/test.yml new file mode 100644 index 0000000..f5d7bc5 --- /dev/null +++ b/.forgejo/workfows/test.yml @@ -0,0 +1,8 @@ +- name: Checkout + uses: actions/checkout@v4 + +- name: Checkout tools repo + uses: actions/checkout@v4 + with: + repository: milka64/oxidized + path: my-tools