Skip to content

Fix case, center display, add 3rd pad to display #488

Fix case, center display, add 3rd pad to display

Fix case, center display, add 3rd pad to display #488

Workflow file for this run

name: code-quality
on:
pull_request: {}
push:
branches:
- main
jobs:
clang-format:
runs-on: ubuntu-latest
container: ubuntu:24.04
steps:
- uses: actions/checkout@v3
- name: Run clang-format
run: |
apt update -y
apt install -y make clang-format-17
make clang-format
cppcheck:
runs-on: ubuntu-latest
container: ubuntu:24.04
steps:
- uses: actions/checkout@v3
- name: Run cppcheck
run: |
apt update -y
apt install -y make cppcheck
make cppcheck