From 8ec51789ddfee5b293b4bc71d80484a6fde6e283 Mon Sep 17 00:00:00 2001 From: Flummi Date: Sun, 30 Apr 2023 05:23:59 +0200 Subject: [PATCH] CI test --- .gitea/workflows/build.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..3ea0a33 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,13 @@ +name: fetch npm modules +run-name: fetch npm modules +on: [push] +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 19 + - run: npm ci + - run: npm install