Skip to content

9 update ci pipeline to use osi validation instead of osi field checker #16

9 update ci pipeline to use osi validation instead of osi field checker

9 update ci pipeline to use osi validation instead of osi field checker #16

name: Credibility Assessment
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
cl0:
name: CL 0
uses: ./.github/workflows/cl0.yml
cl1:
name: CL 1
uses: ./.github/workflows/cl1.yml
cl2:
name: CL 2
needs: cl1
uses: ./.github/workflows/cl2.yml
cl3:
name: CL 3
needs: cl2
uses: ./.github/workflows/cl3.yml