mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-27 06:45:26 -07:00
add extra profile checks
This commit is contained in:
parent
4c28dd5ba0
commit
c5ba8be49f
2 changed files with 73 additions and 1 deletions
6
.github/workflows/check_profiles.yml
vendored
6
.github/workflows/check_profiles.yml
vendored
|
|
@ -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:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue