Skip to content

Commit 870c208

Browse files
committed
use ubuntu clang-format, it is newer
1 parent c0ff690 commit 870c208

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v2
1515
- name: Install prerequisites
1616
run: |
17+
apt install -qq clang-format
1718
python -m pip install --quiet --upgrade pip
1819
pip install --quiet -r requirements.txt
1920
- name: Run checks

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
clang-format
65
git+https://github.com/fsfe/reuse-tool.git
76
pre-commit

0 commit comments

Comments
 (0)