Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
blva committed Oct 24, 2024
1 parent 0331100 commit ede34ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/required-spec-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,27 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
<<<<<<< Updated upstream

Check failure on line 26 in .github/workflows/required-spec-validations.yml

View workflow job for this annotation

GitHub Actions / lint

could not parse as YAML: yaml: line 26: could not find expected ':'
=======
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20.x'
>>>>>>> Stashed changes
- name: Install npm dependencies
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
<<<<<<< Updated upstream
command: npm ci
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20.x'
=======
command: npm install
>>>>>>> Stashed changes
- name: Download openapi-foas
uses: actions/download-artifact@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "mongodb-openapi",
"description": "MongoDB repository with OpenAPI specification"
}

0 comments on commit ede34ca

Please sign in to comment.