chore: Push workflow configuration and gitignore files
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
2026-02-03 08:31:28 +00:00
parent 7c74080a2d
commit f737925933

View File

@@ -13,11 +13,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install and build
run: |
npm install
npm run build
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: npm test