Add GitHub Actions workflow file option#188
Open
badsyntax wants to merge 2 commits intomicrosoft:mainfrom
Open
Add GitHub Actions workflow file option#188badsyntax wants to merge 2 commits intomicrosoft:mainfrom
badsyntax wants to merge 2 commits intomicrosoft:mainfrom
Conversation
9f02882 to
ff8c320
Compare
ff8c320 to
e47b9aa
Compare
Collaborator
|
@joaomoreno You know more about CI scripts than me: If you could review, that would be great! |
Member
|
Sorry @aeschli I really don't know much about GH Actions. This looks like a cool addition though! |
Contributor
|
@joaomoreno @aeschli any interest in this still? It would be great to include scaffolding to help with steps to publish an extension. I started down a path in creating my own template GitHub repository that includes pieces to cover that so I don't have to keep doing it manually. When I shared it more publicly it was suggested to look into including it in the generator which lead me to finding this PR :) |
Tjolk-072
approved these changes
Oct 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was inspired by #165 to add a basic GitHub Actions workflow file.
This change adds a new option asking if a Github workflow file should be included.
The included workflow will test on all pushes, and publish on release (git tag), for the following types:
The included workflow will just publish on release (git tag), for the following types:
The extension author then just needs to then add
AZURE_TOKENas a secret.View an example workflow run here: https://github.com/badsyntax/vscode-generator-eslint-prettier-example/commit/83533b0082a00ffa91b91cd985f62739a5a2131a/checks?check_suite_id=349694101