Skip to content

build -> python-build #125

build -> python-build

build -> python-build #125

name: Reusable workflow validator
on:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
actions:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Install action-validator with asdf
uses: asdf-vm/actions/install@v3
with:
tool_versions: action-validator 0.5.3
- name: Lint Actions
run: action-validator --verbose .github/actions/**/*.y*ml
- name: Lint Workflows
run: action-validator --verbose .github/workflows/*.y*ml