From 3399bf73d8bb67860c9af7beebd0e0c9fa41c1ee Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 19:48:56 +0200 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/test.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..13b0da1 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,13 @@ +name: Test +on: + push: + branches: + - master +jobs: + lint: + runs-on: ubuntu-latest + steps: + - name: Get code + uses: actions/checkout@v3 + - name: Test Custom JS Action + uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master \ No newline at end of file