Skip to content

Commit cad033c

Browse files
ci(workflows): reviewed following Asifs examples
1 parent e9f4d38 commit cad033c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"vscode": {
1111
// Add the IDs of extensions you want installed when the container is created.
1212
"extensions": [
13+
"github.vscode-github-actions",
1314
"GitHub.vscode-pull-request-github",
1415
"ms-vscode-remote.remote-containers",
1516
"ms-azuretools.vscode-docker"

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ on:
66

77
jobs:
88
release:
9-
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/release.yml@main
9+
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/node-sdk-release.yml@main
1010
secrets: inherit
11-
with:
12-
repository: ${{ github.repository }}

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ on:
77

88
jobs:
99
tests:
10-
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr.yml@main
10+
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/node-sdk-test.yml@main
1111
secrets: inherit
12-
with:
13-
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)