chore(release): v1.0.0

This commit is contained in:
2025-10-12 13:47:44 +02:00
parent 9b20b08ab2
commit 4bd9b27909
9 changed files with 32 additions and 51 deletions
+6
View File
@@ -36,5 +36,11 @@ jobs:
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Set up database
run: |
APP_ENV=test php bin/console doctrine:database:create --env=test
APP_ENV=test php bin/console doctrine:migrations:migrate --no-interaction --env=test
APP_ENV=test php bin/console doctrine:fixtures:load --no-interaction --env=test
- name: Run PHPUnit
run: vendor/bin/phpunit
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
run: npm ci
- name: Check formatting
run: npx prettier --check .
run: npm run check
typecheck:
name: Type Check