About 50 results
Open links in new tab
  1. vscode-github-actions/README.md at main · github/vscode …

    README.md [Content_Types].xml jest.config.js package-lock.json package.json release-notes.txt tsconfig.json

  2. Rename VSCode npm package because of malware taking up …

    Apr 27, 2023 · Someone created a fake npm package using our official name here: https://www.npmjs.com/package/vscode-github-actions We get a console warning when we …

  3. vscode-github-actions/package.json at main · github/vscode …

    vscode-github-actions / package.json Cannot retrieve latest commit at this time.

  4. vscode-github-actions /docs

    npm workspaces are really meant for mono-repos, but we can use that feature here to link our various packages together so you can make changes to a package and immediately consume …

  5. vscode-github-actions/docs/project-architecture.md at main · …

    README.md [Content_Types].xml jest.config.js package-lock.json package.json release-notes.txt tsconfig.json

  6. Document all steps for releasing a new version for the ... - GitHub

    Apr 7, 2023 · ./update-package-locks.sh (script/workspace it will run npm install with the ignore workspace flag which will cause npm commands to modify the current repos package files)

  7. vscode-github-actions/[Content_Types].xml at main · …

    README.md [Content_Types].xml jest.config.js package-lock.json package.json release-notes.txt tsconfig.json

  8. vscode-github-actions/CONTRIBUTING.md at main · github/vscode-github ...

    README.md [Content_Types].xml jest.config.js package-lock.json package.json release-notes.txt tsconfig.json

  9. vscode-github-actions/.github/workflows/publish.yml at main · …

    - name: create a package.json that actions/upload will like run: | cp package.json package.json.real sed --regexp-extended '/"name"\s*:/ s#@ [a-zA-Z\\-]+/##' package.json.real …

  10. "Unable to resolve action" for any action #433 - GitHub

    Dec 15, 2024 · Every action in an .yml file gives an error Unable to resolve action "actions/checkout@v4", repository or version not found - even fundamental stuff like - uses ...