From fd051b96afaeba3594be0b9257c7e4d46580e15e Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Thu, 17 Aug 2023 10:34:34 -0700 Subject: [PATCH] Add in manifest verification --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cb27982..834b95d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,6 +125,20 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} uses: Skptak/CI-CD-Github-Actions/link-verifier@main + verify-manifest: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + submodules: true + fetch-depth: 0 + + - name: Run manifest verifier + uses: FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@main + with: + path: ./ + fail-on-incorrect-version: true + proof_ci: if: ${{ github.event.pull_request }} runs-on: cbmc_ubuntu-latest_16-core