From 8bce6939d13bc2a071382f947cebc504a8bd06f3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 8 May 2025 12:34:43 +0000 Subject: Disabled GitHub CI; Enabled Gitea Actions --- .gitea/workflows/ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/ci.yml (limited to '.gitea/workflows/ci.yml') diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..352379b --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,20 @@ +name: CI + +on: + push: + branches: [master] + pull_request: + branches: [master] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: 22 + - run: npm ci + - run: npm run check -- cgit v1.2.3