Lint everything
All checks were successful
Bump deps (only minor versions) / update-dependencies (push) Successful in 22s

This commit is contained in:
0d0 2025-02-14 21:42:56 +01:00
parent 22a7dd13da
commit 6f1d01e624
5 changed files with 6 additions and 9 deletions

View file

@ -19,4 +19,4 @@ jobs:
run: |
npm install
npm run prepare
npm run check
npm run check

View file

@ -3,7 +3,7 @@ name: Create Release
on:
push:
tags:
- "v*"
- 'v*'
workflow_dispatch:
jobs: