1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00
x1c6-hackintosh/.github/workflows/tests.yml
2023-05-11 22:47:56 +01:00

17 lines
No EOL
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'