Skip to content

[README] Add "XPC service" to "Templates included" section #3

[README] Add "XPC service" to "Templates included" section

[README] Add "XPC service" to "Templates included" section #3

Workflow file for this run

name: NIC Integrity
on:
push:
jobs:
check:
runs-on: ubuntu-latest
env:
THEOS: ${{ github.workspace }}/theos
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
path: templates-legacy
- name: Checkout theos/theos
uses: actions/checkout@v4
with:
repository: theos/theos
submodules: recursive
path: ${{ env.THEOS }}
- name: Check
run: |
cd templates-legacy/templates
"${THEOS}/vendor/templates/integrity_check.sh"