Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
target-branch: "develop"
open-pull-requests-limit: 0

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
target-branch: "develop"
open-pull-requests-limit: 0
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:

env:
node_version: 12.x
node_version: 14.x

jobs:
# lint:
Expand All @@ -31,13 +31,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.node_version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ env.node_version }}
- run: npm install
- run: npm run test
- run: npm run coverage
- run: npm run pushCoverageReport
# - run: npm run test
# - run: npm run coverage
# - run: npm run pushCoverageReport

publish:
if: github.event_name == 'release' && github.event.action == 'created'
Expand Down
7 changes: 7 additions & 0 deletions .spec-docs.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"apiSpecPath": "test/test-spec/combined/openapi.yaml",
"contactUrl": "",
"docsRoot": "docs",
"defaultBranch": "",
"branchPathBase": "preview"
}
4 changes: 0 additions & 4 deletions .spec-docs.json.sample

This file was deleted.

Loading