update ci

This commit is contained in:
Pandipipas
2026-02-25 13:52:09 +01:00
parent e1148d398c
commit 103707c7c0
+2 -2
View File
@@ -5,6 +5,7 @@ on:
push:
branches:
- master
- main
concurrency:
group: ci-${{ github.ref }}
@@ -15,12 +16,11 @@ permissions:
jobs:
checks:
name: Lint and build
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout repository
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js