Simple composite action for GitHub Actions workflows to perform checks on your submod codebase.
submod-check-action
has been deprecated in favor of s.c. Shared Workflow
re-implementation worked on at submod-check
repository.
Composite Action approach hosted at this repository will no longer receive updates.
For complete example see submod-check-example.
Add this step to your workflow steps
section (make sure it goes
after actions/checkout
):
# ... the rest of your workflow .yml file ...
- name: "Check"
uses: "friends-of-monika/submod-check-action@v2"