1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 01:23:14 -06:00

ci: ocvalidate test

This commit is contained in:
Ivan Stasiuk 2023-05-11 22:47:56 +01:00 committed by GitHub
parent 1634a40fbb
commit 7647b7521e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/workflows/tests.yml vendored Normal file
View 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'