Skip to content

Add workflow to create module #62

Add workflow to create module

Add workflow to create module #62

name: Validate GitHub Actions Workflows
on:
workflow_dispatch:
push:
branches:
- develop
- 'feature/*'
pull_request:
branches:
- main
- develop
- 'release/*'
jobs:
lint_workflows:
name: Lint Workflows
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Action Linting
uses: cfy9/action-linting@main
with:
additional_arguments: "-color"