Commit 6c34d66 1 parent bcdd974 commit 6c34d66 Copy full SHA for 6c34d66
File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 19
19
- name : Validate
20
20
run : make validate
21
21
22
+ check-preprocess :
23
+ runs-on : ubuntu-latest
24
+ steps :
25
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
27
+ with :
28
+ go-version-file : ' go.mod'
29
+ - name : Check Preprocess
30
+ run : make preprocess
22
31
32
+ check-schema :
33
+ runs-on : ubuntu-latest
34
+ steps :
35
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
37
+ with :
38
+ go-version-file : ' go.mod'
23
39
- name : Checkout ossf/osv-schema
24
40
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
41
with :
You can’t perform that action at this time.
0 commit comments