Skip to content

Merge pull request #8 from lfreist/dependabot/pip/certifi-2024.7.4 #94

Merge pull request #8 from lfreist/dependabot/pip/certifi-2024.7.4

Merge pull request #8 from lfreist/dependabot/pip/certifi-2024.7.4 #94

Workflow file for this run

name: code-style
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y clang-format-14
- name: Run clang-format
run: |
chmod +x ./format_check.sh
./format_check.sh
shell: bash