Skip to content

Clang-format hook: removed auto-fixing of PRs. #3

Clang-format hook: removed auto-fixing of PRs.

Clang-format hook: removed auto-fixing of PRs. #3

Workflow file for this run

# Doc: https://github.com/redhat-plumbers-in-action/differential-shellcheck#usage
---
name: clang-format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()