mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Add check job
This commit is contained in:
parent
61cdd7928d
commit
3127b69bfb
1 changed files with 7 additions and 0 deletions
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
|
|
@ -97,3 +97,10 @@ jobs:
|
|||
# name: test-results
|
||||
# path: test-results/
|
||||
# retention-days: 7
|
||||
|
||||
check:
|
||||
needs: [build, test]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: NO-OP
|
||||
run: echo "All checks passed."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue