chore: migrate CI from Azure Pipelines to GitHub Actions#67
Merged
Conversation
Agent-Logs-Url: https://github.com/microsoft/node-spdlog/sessions/a711b1fa-c624-4ce2-846d-23d144aaf0e6 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
rzhao271
April 30, 2026 22:54
View session
Collaborator
|
@copilot Fix macOS to install with arm64 |
Agent-Logs-Url: https://github.com/microsoft/node-spdlog/sessions/90b8d2c2-8769-45eb-afb7-551e87db6d63 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Contributor
Author
rzhao271
approved these changes
Apr 30, 2026
roblourens
approved these changes
May 1, 2026
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.
Migrates the CI pipeline from Azure Pipelines (
azure-pipelines/ci.yml+azure-pipelines/build.yml) into a GitHub Actions workflow at.github/workflows/ci.yml.Changes
.github/workflows/ci.ymlwith equivalent CI coverage:triggerconfigarm64for macOS,x64for Windows and Linux)build.yml)submodules: true(replaces manualgit submodule update --init)npm_config_archper platformnpm testpermissions: contents: readto follow least-privilege best practice