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 --- .github/workflows/test.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/test.yml (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index ccd08a1..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Test -on: [push, pull_request] - -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - - run: npm ci - - run: npm run check -- cgit v1.2.3