DSACMS / repo-scaffolder

Templates and commandline tools for creating repositories for US Federal open source projects
Creative Commons Zero v1.0 Universal
21 stars 8 forks source link

Add Repolinter Check Workflow to All Tiers #94

Closed IsaacMilarky closed 2 months ago

IsaacMilarky commented 3 months ago

Add Repolinter Check Workflow to All Tiers

Problem

Currently, new repositories generated through repo-scaffolder will not have any workflows associated with them to start.

Solution

Now, new repositories built through repo-scaffolder that are above tier 0 will start with a checks.yml workflow file that will check the repolinter rules that we have defined and file issues on the repository accordingly.

Result

There are new workflow files for each tier except for tier 0 as it doesn't have a repolinter.json file associated with it.