Update: add local skill validation workflow #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||