We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2ba1b commit 80f1332Copy full SHA for 80f1332
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v3
18
+ with:
19
+ fetch-depth: 0
20
21
- name: Setup Node.js
22
uses: actions/setup-node@v3
package.json
@@ -4,8 +4,7 @@
4
"description": "SCIM Verification Tool",
5
"main": "server.js",
6
"scripts": {
7
- "start": "node server.js",
8
- "deploy": "doctl serverless deploy ."
+ "start": "node server.js"
9
},
10
"author": "",
11
"license": "ISC",
0 commit comments