Skip to content

GitHub Actions — CI (build + pack) #3

@miiitch

Description

@miiitch

Goal

Add continuous integration to validate every push and pull request.

Tasks

  • Create .github/workflows/ci.yml
    • Trigger: push and pull_request on main
    • Steps: checkout, setup .NET 10, restore, build, dotnet pack
    • Upload .nupkg as a workflow artifact

Depends on

#1, #2

Acceptance criteria

  • Workflow appears green on a clean push to main
  • .nupkg artifact is downloadable from the Actions run

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions