Skip to content

Adding support for Renesas RX (RX65N and RX72N) #351

Adding support for Renesas RX (RX65N and RX72N)

Adding support for Renesas RX (RX65N and RX72N) #351

Workflow file for this run

name: Cppcheck static analysis
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: false
- name: install cppcheck
run: sudo apt-get install --no-install-recommends -y -q cppcheck
- name: Run cppcheck static analysis
run: |
make cppcheck