You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate reusable workflow from repo's own test workflow. (#38)
This keeps the "combined" workflow from being too confusing (especially
because we the npm job doesn't apply to this repo). This gives the added
benefit of actually exercising the `workflow_call` event of the reusable
workflow.
Revert "Update tag-major.yml (#23)" (#30)
This reverts commit 85ab3c3.
GitHub Releases are essentially broken when trying to autogenerate notes
from the most recent tag. (It grabs the vN tag even though it's a
lightweight tag that is not "permanent". Thanks to github's recommended
workflow/actions process.)
Additionally, it messes with local development because tags won't
overwrite by default.
Add OSSF Scorecard job (#27)
* template: run tests monthly
This way any changes to linters, jobs, config, etc should be caught
sooner. Very useful for low-activity repos.
* Add OSSF Scorecard job