Skip to content

Commit 79a0b5c

Browse files
committed
Simplify
1 parent ec8be6b commit 79a0b5c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Diff for: .github/workflows/format.yaml

+4-10
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,15 @@ name: Formatting (pre-commit)
66
on:
77
workflow_dispatch:
88
pull_request:
9-
merge_group:
109
push:
1110
branches:
1211
- main
1312

1413
jobs:
1514
pre-commit:
16-
name: Format
15+
name: pre-commit
1716
runs-on: ubuntu-22.04
1817
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
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-python@v3
20+
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)