Skip to content

Make use of reusable workflow #160

Make use of reusable workflow

Make use of reusable workflow #160

Workflow file for this run

name: Validate
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
uses: ronin-co/github-actions/.github/workflows/validate.yml@main
with:
package_dir: './' # Adjust if your package is in a subdirectory