chocolatey-community / chocolatey-community-validation

Chocolatey CLI extension to bring community package validation rules to the console
Apache License 2.0
1 stars 4 forks source link

(#19) Add action to build project #21

Closed AdmiringWorm closed 6 months ago

AdmiringWorm commented 6 months ago

Description Of Changes

This adds a new GitHub workflow file to be able to build the project when a PR or a community member pushes up changes.

This is to give a quicker indication on failures than having to look at our private builds (or a community member needing to reach out to a Chocolatey Team Member to check).

The artifacts from the build (the extension/packages) themself are not included with this build as they won't be able to be ran on any systems. Only the unit tests can be ran as part of this workflow.

Motivation and Context

To give quicker information to those submitting pull requests, and to community members that do not have access to private builds.

Testing

  1. The action has been ran on my own fork here: https://github.com/chocolatey/.github/actions/runs/7542269832/job/20530697481

Operating Systems Testing

Change Types Made

Change Checklist

Related Issue

Fixes #19

gep13 commented 6 months ago

@AdmiringWorm thanks for getting this added!