Skip to content

setup-python for formatting C #4

setup-python for formatting C

setup-python for formatting C #4

Workflow file for this run

name: format C code
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: --all-files