Fix linting errors
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
quiet: true
|
||||||
|
skip-check:
|
||||||
|
- CKV_DOCKER_2
|
||||||
|
- CKV_DOCKER_3
|
||||||
@@ -19,8 +19,8 @@ generated from.
|
|||||||
| `.devcontainer/` | Development Container Configuration |
|
| `.devcontainer/` | Development Container Configuration |
|
||||||
| `.github/` | GitHub Configuration |
|
| `.github/` | GitHub Configuration |
|
||||||
| `.licenses/` | License Information |
|
| `.licenses/` | License Information |
|
||||||
| `.vscode/` | VSCode Configuration |
|
| `.vscode/` | Visual Studio Code Configuration |
|
||||||
| `badges/` | Badges for README |
|
| `badges/` | Badges for readme |
|
||||||
| `dist/` | Generated JavaScript Code |
|
| `dist/` | Generated JavaScript Code |
|
||||||
| `src/` | TypeScript Source Code |
|
| `src/` | TypeScript Source Code |
|
||||||
| `.licensed.yml` | Licensed Configuration |
|
| `.licensed.yml` | Licensed Configuration |
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Ensure you adhere to the following guidelines when creating release notes:
|
|||||||
|
|
||||||
- Use a clear and consistent format for the release notes
|
- Use a clear and consistent format for the release notes
|
||||||
- Include a summary of the changes made in the release
|
- Include a summary of the changes made in the release
|
||||||
- Highlight any new features, improvements, or bug fixes
|
- Highlight any new features, improvements, or bugfixes
|
||||||
- If applicable, include instructions for upgrading or migrating to the new
|
- If applicable, include instructions for upgrading or migrating to the new
|
||||||
version
|
version
|
||||||
- Use technical language that is appropriate for the audience, but avoid jargon
|
- Use technical language that is appropriate for the audience, but avoid jargon
|
||||||
@@ -31,4 +31,4 @@ nature of the changes, please make sure to adjust the release notes accordingly:
|
|||||||
- For **major** changes, include a detailed description of the breaking changes
|
- For **major** changes, include a detailed description of the breaking changes
|
||||||
and how users can adapt to them
|
and how users can adapt to them
|
||||||
- For **minor** changes, highlight new features and improvements
|
- For **minor** changes, highlight new features and improvements
|
||||||
- For **patch** changes, focus on bug fixes and minor improvements
|
- For **patch** changes, focus on bugfixes and minor improvements
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
language:
|
language:
|
||||||
- javascript
|
- typescript
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Vendored
+8
-8
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"servers": {
|
"servers": {
|
||||||
"github": {
|
"github": {
|
||||||
"url": "https://api.githubcopilot.com/mcp/",
|
"url": "https://api.githubcopilot.com/mcp/",
|
||||||
"type": "http"
|
"type": "http"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inputs": []
|
"inputs": []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -252,7 +252,8 @@ steps:
|
|||||||
```
|
```
|
||||||
|
|
||||||
For example workflow runs, check out the
|
For example workflow runs, check out the
|
||||||
[Actions tab](https://github.com/actions/typescript-action/actions)! :rocket:
|
[Actions tab](https://github.com/actions/container-toolkit-action/actions)!
|
||||||
|
:rocket:
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user