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

Latest commit

 

History

History
24 lines (16 loc) · 756 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 756 Bytes

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"