Skip to content

chore: add static checks workflow for #320 phase C #131

chore: add static checks workflow for #320 phase C

chore: add static checks workflow for #320 phase C #131

name: Action Validator
on:
push:
paths:
- ".github/workflows/action-validator.yaml"
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
check_actions:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: true
- name: Install action-validator with asdf
uses: asdf-vm/actions/install@v4
with:
tool_versions: |
action-validator 0.5.1
- name: Lint Actions
run: ./scripts/workflows/action-validator_check-actions_lint-actions.sh