/submod-check-action

🔬 GitHub Actions composite action to perform code checking on MAS submods

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Submod Check Action

Simple composite action for GitHub Actions workflows to perform checks on your submod codebase.

Deprecation notice

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.

Usage

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"