Skip to content

Merge pull request #5 from matthias-bs/20250916-update-actions #96

Merge pull request #5 from matthias-bs/20250916-update-actions

Merge pull request #5 from matthias-bs/20250916-update-actions #96

name: Check code formatting
on:
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install packages
run: source tools/ci.sh && ci_code_formatting_setup
- name: Run code formatting
run: source tools/ci.sh && ci_code_formatting_run
- name: Check code formatting
run: git diff --exit-code