zendesk / setup-check-codeowners

A script to check .github/CODEOWNERS, and a GitHub Action to install it
MIT License
1 stars 2 forks source link

Split code and use a builder #18

Closed zdrve closed 2 years ago

zdrve commented 2 years ago

For easier code maintenance.

The source is now in src. bin is generated code, generated by ruby scripts/build.rb. A new workflow job checks that bin has been correctly built.