We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ff690 commit 870c208Copy full SHA for 870c208
.github/workflows/checks.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/setup-python@v2
15
- name: Install prerequisites
16
run: |
17
+ apt install -qq clang-format
18
python -m pip install --quiet --upgrade pip
19
pip install --quiet -r requirements.txt
20
- name: Run checks
requirements.txt
@@ -2,6 +2,5 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-clang-format
6
git+https://github.com/fsfe/reuse-tool.git
7
pre-commit
0 commit comments