Skip to content

Commit

Permalink
Issue #103: Adding new line at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Mar 1, 2024
1 parent 095a5c5 commit 71eefc0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-deploy-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- **Required Secrets:**
- `AILAB_GAR_JSON_KEY`: JSON key for authenticating with GAR.
- `GCP_CLOUDRUN_REGION`: Your Google Cloud Run region.
- `AILAB_REGISTRY`: Your GAR registry name.
- `AILAB_REGISTRY`: Your GAR registry name.
1 change: 0 additions & 1 deletion .github/workflows/workflow-gh-pages-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
- **Usage:** Call this workflow and provide `node-version`, `publish-dir`, `cache-dependency-path`, `working-dir` (optional, default is root), and `publish-branch` (optional, default is root) as inputs.
- **Required Secrets:**
- `GITHUB_TOKEN`: This token is automatically generated by GitHub to enable push access to the repository.

2 changes: 1 addition & 1 deletion .github/workflows/workflow-lint-test-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- **Purpose:** Lint and test Node.js (React) projects.
- **Usage:** Call this workflow in your Node.js projects.
- **Note:** Ensure that your project has the necessary scripts for linting and testing in the `package.json` file.
- **Note:** Ensure that your project has the necessary scripts for linting and testing in the `package.json` file.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-lint-test-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- **Required Secrets:**
- `OPENAI_API_KEY`: API key for OpenAI (if utilized in tests).
- `LOUIS_DSN` and `LOUIS_SCHEMA`: Database credentials (if utilized in tests).
- `AZURE_OPENAI_SERVICE`: Azure OpenAI service credentials (if utilized).
- `AZURE_OPENAI_SERVICE`: Azure OpenAI service credentials (if utilized).

0 comments on commit 71eefc0

Please sign in to comment.