mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
ci: Add lint to Github actions (#18172)
This commit is contained in:
4
.github/workflows/sync-public-api-docs.yml
vendored
4
.github/workflows/sync-public-api-docs.yml
vendored
@@ -49,10 +49,10 @@ jobs:
|
||||
run: |
|
||||
if [[ -f "packages/cli/dist/public-api/v1/openapi.yml" ]]; then
|
||||
echo "OpenAPI file found: packages/cli/dist/public-api/v1/openapi.yml"
|
||||
echo "file_exists=true" >> $GITHUB_OUTPUT
|
||||
echo "file_exists=true" >> "$GITHUB_OUTPUT"
|
||||
else
|
||||
echo "ERROR: OpenAPI file not found at packages/cli/dist/public-api/v1/openapi.yml after build."
|
||||
echo "file_exists=false" >> $GITHUB_OUTPUT
|
||||
echo "file_exists=false" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
- name: Generate GitHub App Token
|
||||
|
||||
Reference in New Issue
Block a user