Skip to content

Spelling fixes

Spelling fixes #26

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make test
run: make test
- uses: actions/checkout@v2
- name: cppcheck
uses: deep5050/cppcheck-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
enable: warning,style,performance,portability,information,unusedFunction
force_language: c