fix two errors for workflow runners

This commit is contained in:
einhornimmond 2025-04-28 19:54:54 +02:00
parent 68d2218ed0
commit 663f199e96
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ jobs:
bun-version: latest
- name: Database | Lint
run: bun install && cd database && bunx --bun run lint
run: bun install && cd database && bun run lint
lint_turbo:
if: needs.files-changed.outputs.database == 'true'

View File

@ -2,7 +2,7 @@
"extends": ["//"],
"tasks": {
"commonConfig": {
"dependsOn": ["config-schema#build"],
"dependsOn": [],
"cache": false
},
"clear": {