Skip to content

Commit

Permalink
feat(breaking): ACNA-2785 - add new VS Code launch config for retooli…
Browse files Browse the repository at this point in the history
…ng of local debugging (#252)

* add codecov secrets inherit
  • Loading branch information
shazron authored Apr 23, 2024
1 parent 16d9ca8 commit 294e962
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 831 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"n": "readonly",
"r": "readonly",
"assertDependencies": "readonly",
"assertNodeEngines": "readonly"
"assertNodeEngines": "readonly",
"fixtureFile": "readonly",
"fixtureJson": "readonly"
}
}
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ on:

jobs:
build:
uses: adobe/aio-reusable-workflows/.github/workflows/node.js.yml@main
uses: adobe/aio-reusable-workflows/.github/workflows/node.js.yml@main
secrets: inherit
122 changes: 0 additions & 122 deletions generators/add-vscode-config/VsCodeConfiguration.js

This file was deleted.

Loading

0 comments on commit 294e962

Please sign in to comment.