diff options
Diffstat (limited to '.gitea/workflows/ci.yml')
| -rw-r--r-- | .gitea/workflows/ci.yml | 22 | 
1 files changed, 0 insertions, 22 deletions
| diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml deleted file mode 100644 index e06db1a..0000000 --- a/.gitea/workflows/ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -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 -      - name: Install dependencies -        run: npm ci -      - name: Run checks -        run: npm run check | 
