fix: set home
All checks were successful
Check / check (push) Successful in 1m22s
Check / update (push) Has been skipped
Check / push (push) Successful in 13s

This commit is contained in:
2025-06-16 14:26:28 -04:00
parent 5bb6311fea
commit 3412be9484
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
types: [opened, reopened, edited, auto_merge_enabled, synchronize]
jobs:
check:

View File

@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
types: [opened, reopened, edited, auto_merge_enabled, synchronize]
jobs:
check:

View File

@ -148,6 +148,7 @@
sqlfluff
];
} ''
HOME=$PWD
cd ${./server}
revive -config revive.toml -set_exit_status ./...
sqlfluff lint