We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce22a6 commit 6650890Copy full SHA for 6650890
.github/workflows/nic-integrity.yml
@@ -0,0 +1,28 @@
1
+name: NIC Integrity
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ check:
8
+ runs-on: ubuntu-latest
9
+ env:
10
+ THEOS: ${{ github.workspace }}/theos
11
+ steps:
12
+ - name: Checkout repo
13
+ uses: actions/checkout@v4
14
+ with:
15
+ submodules: recursive
16
+ path: templates-legacy
17
18
+ - name: Checkout theos/theos
19
20
21
+ repository: theos/theos
22
23
+ path: ${{ env.THEOS }}
24
25
+ - name: Check
26
+ run: |
27
+ cd templates-legacy/templates
28
+ "${THEOS}/vendor/templates/integrity_check.sh"
0 commit comments