mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-11 16:27:19 +10:00
18 lines
384 B
YAML
18 lines
384 B
YAML
name: CI - Validation
|
|
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
build:
|
|
name: Validate
|
|
runs-on: x86_64_monterey
|
|
if: github.repository_owner == 'dortania'
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Validate
|
|
run: /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 OpenCore-Patcher-GUI.command --validate
|