31 update ci pipeline to use osi validation instead of osi field checker #56
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: 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 |