From 6aa801cee913cdef112d486553da2a391b79a768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Fri, 13 Jun 2025 22:07:38 +0100 Subject: [PATCH] test: action --- .github/workflows/ci.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..ca2daf7 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,13 @@ +on: + push: + branches: + - main + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - uses: ./