mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 23:41:06 +00:00
🎨 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
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:
parent
fb740bbe3f
commit
343050b47f
200 changed files with 74603 additions and 33 deletions
2
.github/workflows/lint-markdown.yml
vendored
2
.github/workflows/lint-markdown.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue