Update SwiftUI application to match UI of other templates (#29) #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
- name: Checkout theos/theos | |
uses: actions/checkout@v4 | |
with: | |
repository: theos/theos | |
submodules: recursive | |
path: ${{ env.THEOS }} | |
- name: Check | |
run: | | |
cd templates | |
./integrity_check.sh |