Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

Friends-of-Monika/submod-check-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"