mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
ci: ocvalidate test
This commit is contained in:
parent
1634a40fbb
commit
7647b7521e
1 changed files with 17 additions and 0 deletions
17
.github/workflows/tests.yml
vendored
Normal file
17
.github/workflows/tests.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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'
|
Loading…
Reference in a new issue