Skip to content

Use magic byte instead of tag to differentiate between pre-attestation and attestation #238

Use magic byte instead of tag to differentiate between pre-attestation and attestation

Use magic byte instead of tag to differentiate between pre-attestation and attestation #238

Workflow file for this run

name: cppcheck
on: [pull_request]
jobs:
cppchceck:
name: Cppcheck
runs-on: ubuntu-latest
steps:
- name: Setup
run: sudo apt-get install -y -q cppcheck
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
- name: Check
run: cppcheck --enable=warning --addon=misra.json --quiet --error-exitcode=1 src/