We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4297322 commit ed44ef0Copy full SHA for ed44ef0
1 file changed
.github/workflows/svf-validation.yml
@@ -0,0 +1,18 @@
1
+name: SVF Validation
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
+ workflow_dispatch:
8
9
+jobs:
10
+ sourceos-svf-contracts:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - uses: actions/setup-python@v5
15
+ with:
16
+ python-version: '3.11'
17
+ - name: Validate SourceOS SVF contracts
18
+ run: make validate-svf-contracts
0 commit comments