Skip to content

Merge branch 'main' of github.com:bit-bots/ddlitlab2024 #12

Merge branch 'main' of github.com:bit-bots/ddlitlab2024

Merge branch 'main' of github.com:bit-bots/ddlitlab2024 #12

Workflow file for this run

name: Code style checks
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Install cppcheck
run: sudo apt install cppcheck -y
- uses: pre-commit/[email protected]