Skip to content

Update: add local skill validation workflow #24

Update: add local skill validation workflow

Update: add local skill validation workflow #24

Workflow file for this run

name: Skill Quality
on: [push, pull_request]
jobs:
local-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: python3 tools/quick_validate.py skills/source --all
quality:
uses: OpenAEC-Foundation/Skill-Package-Workflow-Template/.github/workflows/skill-quality.yml@main

Check failure on line 13 in .github/workflows/quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/quality.yml

Invalid workflow file

error parsing called workflow ".github/workflows/quality.yml" -> "OpenAEC-Foundation/Skill-Package-Workflow-Template/.github/workflows/skill-quality.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.