Skip to content

Bump actions/setup-python from 5 to 6 #549

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #549

Workflow file for this run

name: Format
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v6
- name: Install clang-format
run: sudo apt-get install clang-format
- uses: pre-commit/[email protected]