🎨 add example skills (#1370)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run

Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
This commit is contained in:
Tong Chen 2026-02-26 12:58:39 +08:00 committed by GitHub
parent fb740bbe3f
commit 343050b47f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
200 changed files with 74603 additions and 33 deletions

View file

@ -33,6 +33,6 @@ jobs:
- name: Lint markdown
if: steps.changed-files.outputs.any_changed == 'true'
run: npx markdownlint-cli@0.43.0 $CHANGED_FILES
run: npx markdownlint-cli@0.43.0 --ignore 'resources/**' $CHANGED_FILES
env:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}