mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 01:23:14 -06:00
Merge pull request #191 from brokeyourbike/main
Run tests with ocvalidate
This commit is contained in:
commit
7f1697ce52
1 changed files with 18 additions and 0 deletions
18
.github/workflows/tests.yml
vendored
Normal file
18
.github/workflows/tests.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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.3
|
||||||
|
with:
|
||||||
|
opencore-version: '0.9.0'
|
||||||
|
release: true
|
||||||
|
- run: ocvalidate ./EFI/OC/config.plist
|
Loading…
Reference in a new issue