Skip to content

Commit 10018b7

Browse files
remove not needed comments
1 parent d018b6d commit 10018b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/updateNotebookApi.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,22 @@ jobs:
1414
run:
1515
shell: pwsh
1616

17-
# Steps represent a sequence of tasks that will be executed as part of the job
1817
steps:
1918
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2019
- uses: actions/checkout@v2
2120

2221
- name: Setup Node.js environment
2322
uses: actions/setup-node@v2.1.0
2423

25-
# Runs a single command using the runners shell
2624
- name: Rename proposed dts to old
2725
run: Move-Item ./vscode.proposed.d.ts ./old.vscode.proposed.d.ts
2826

29-
# Runs a single command using the runners shell
3027
- name: npm install
3128
run: npm install
3229

33-
# Runs a single command using the runners shell
3430
- name: Get latest proposed dts
3531
run: npm run download-api
3632

37-
# Runs a set of commands using the runners shell
3833
- name: Generate new dts and compare it with the old one
3934
run: |
4035
# This will contain the content of our new file

0 commit comments

Comments
 (0)