Skip to content

Bump clang-tools from 0.8.0 to 0.9.0 (#165) #219

Bump clang-tools from 0.8.0 to 0.9.0 (#165)

Bump clang-tools from 0.8.0 to 0.9.0 (#165) #219

Workflow file for this run

name: Pre-commit
on:
push:
pull_request:
types: opened
jobs:
check-source-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: python3 -m pip install pre-commit
- run: pre-commit run --all-files