We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8be6b commit 79a0b5cCopy full SHA for 79a0b5c
.github/workflows/format.yaml
@@ -6,21 +6,15 @@ name: Formatting (pre-commit)
6
on:
7
workflow_dispatch:
8
pull_request:
9
- merge_group:
10
push:
11
branches:
12
- main
13
14
jobs:
15
pre-commit:
16
- name: Format
+ name: pre-commit
17
runs-on: ubuntu-22.04
18
steps:
19
- - uses: actions/checkout@v4
20
- - uses: actions/setup-python@v5
21
- with:
22
- python-version: '3.10'
23
- - name: Install clang-format-14
24
- run: sudo apt-get install clang-format-14
25
- - uses: pre-commit/[email protected]
26
- id: precommit
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v3
+ - uses: pre-commit/[email protected]
0 commit comments