mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
18 lines
No EOL
351 B
YAML
18 lines
No EOL
351 B
YAML
name: tests
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
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 |