From 7647b7521ef2b88cf77d7098b7d0c0266b4e84c9 Mon Sep 17 00:00:00 2001 From: Ivan Stasiuk Date: Thu, 11 May 2023 22:47:56 +0100 Subject: [PATCH] ci: ocvalidate test --- .github/workflows/tests.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..6fb9155 --- /dev/null +++ b/.github/workflows/tests.yml @@ -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' \ No newline at end of file