Skip to content

Merge pull request #48 from bit-bots/readme_installation #159

Merge pull request #48 from bit-bots/readme_installation

Merge pull request #48 from bit-bots/readme_installation #159

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@v5
- name: Install cppcheck
run: sudo apt install cppcheck -y
- uses: pre-commit/action@v3.0.1