mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-10 11:13:13 -06:00
17 lines
365 B
YAML
17 lines
365 B
YAML
![]() |
name: tests
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
|
ocvalidate:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v3
|
||
|
- uses: brokeyourbike/ocvalidate-action@v0.2
|
||
|
with:
|
||
|
opencore-version: '0.9.0'
|
||
|
release: true
|
||
|
- run: ocvalidate ./EFI/OC/config.plist | grep -q 'No issues found'
|