runfinch / finch

The Finch CLI is an open source client for container development
https://www.runfinch.com
Apache License 2.0
3.47k stars 87 forks source link

ci: match job name to branch protection rule #988

Closed austinvazquez closed 1 week ago

austinvazquez commented 1 week ago

Issue #, if available:

986 is currently blocked on merge due to required CI job checks not matching the expected naming in the branch protection ruleset. The go-linter job was renamed in #649 to lint and unit-test and gen-code-no-diff were expanded for the Windows platform.

Description of changes: This change updates the docs CI job to match the expected job names in the branch protection ruleset.

Testing done: Manually verified the branch protection ruleset name matches.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.