add extra profile checks

This commit is contained in:
SoftFever 2025-02-22 15:51:24 +08:00
parent 4c28dd5ba0
commit c5ba8be49f
2 changed files with 73 additions and 1 deletions

View file

@ -23,6 +23,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run vendor JSON check
run: |
python3 ./scripts/orca_extra_profile_check.py
# download
- name: Download
working-directory: ${{ github.workspace }}
@ -44,4 +48,4 @@ jobs: