Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: cppcheck
on:
push:
jobs:
Testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: insper-embarcados/actions-cppcheck@v1
with:
c_file: main/main.c