mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
feat: support harbor for benchmark (#1466)
Some checks failed
Test / Run Python Tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Some checks failed
Test / Run Python Tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Co-authored-by: bytecii <bytecii@users.noreply.github.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
parent
41d1c622c5
commit
639e3764a1
14 changed files with 725 additions and 1 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 --ignore 'resources/**' $CHANGED_FILES
|
||||
run: npx markdownlint-cli@0.43.0 --ignore 'resources/**' --ignore 'backend/benchmark/harbor/template/**' $CHANGED_FILES
|
||||
env:
|
||||
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue