feat(api): axum skeleton with health and OpenAPI (#53)
This commit was merged in pull request #53.
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Skip when the frontend does not exist yet
|
||||
id: probe
|
||||
run: |
|
||||
if [ -d web ]; then
|
||||
if [ -f web/package.json ]; then
|
||||
echo "present=true" >> "$GITHUB_OUTPUT"
|
||||
else
|
||||
echo "present=false" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user