0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Disabled GitHub CI; Enabled Gitea Actions

This commit is contained in:
2025-05-08 12:34:43 +00:00
parent e296d4a801
commit 8bce6939d1
2 changed files with 20 additions and 13 deletions

View File

@ -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