Skip to content

crc8: update variants to be capable of calculation from data in chunks #331

crc8: update variants to be capable of calculation from data in chunks

crc8: update variants to be capable of calculation from data in chunks #331

Workflow file for this run

name: Checks
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
Static_Analysis:
runs-on: ubuntu-latest
container:
image: igormisic/improject:v1.0.0
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
steps:
- name: Change Owner of Container Working Directory
run: chown root:root .
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check code format
run: make check_format
- name: Run cppcheck
run: make cppcheck
- name: Check MISRA C:2012
run: make misra