cisagov / skeleton-generic

A generic skeleton project for quickly getting a new cisagov project started.
Creative Commons Zero v1.0 Universal
14 stars 11 forks source link

Add `pre-commit` hooks to validate GitHub Actions content #109

Closed mcdonnnj closed 2 years ago

mcdonnnj commented 2 years ago

๐Ÿ—ฃ Description

This pull request adds two hooks to check GitHub Actions related files.

๐Ÿ’ญ Motivation and context

Validating both our workflows and any custom Actions we use is a useful addition to our pre-commit configuration.

๐Ÿงช Testing

Automated tests pass.

โœ… Pre-approval checklist