diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml new file mode 100644 index 0000000..a324f05 --- /dev/null +++ b/.github/workflows/cppcheck.yml @@ -0,0 +1,14 @@ +name: cppcheck-action-test +on: [push] + +jobs: + build: + name: cppcheck-test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: cppcheck + uses: deep5050/cppcheck-action@main + with: + github_token: ${{ secrets.GITHUB_TOKEN}} + \ No newline at end of file diff --git a/readme.md b/readme.md index 5dcd20a..33d91df 100644 --- a/readme.md +++ b/readme.md @@ -25,6 +25,7 @@ Note: **Windows might not have git configured to work in your command prompt** y ``` git submodule add https://github.com/FSLART/Can-Header-Map ``` +TODO: EXAMPLE FOR DEFAULT MPLAB SETUP ## How it works @@ -49,7 +50,7 @@ As such this library is designed to be easy to install, light, and easy to work See: Contributing -## It doesnt even work properly!!! +## It doesn't even work properly!!! See: Contributing @@ -57,4 +58,3 @@ See: Contributing All headers for both can and canfd are prefixed with CAN(all in caps), and suffixed with db and its respective extension CAN_asdb.h : Contains the header for the autonomous system bus CAN_datadb.h : Contains the header for the data bus - \ No newline at end of file