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 6a9701b commit 8029bb4Copy full SHA for 8029bb4
.github/workflows/githubci.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
12
runs-on: ubuntu-latest
13
-
+
14
steps:
15
- uses: actions/checkout@v1
16
- uses: actions/setup-python@v1
.pre-commit-config.yaml
@@ -0,0 +1,15 @@
1
+# SPDX-FileCopyrightText: 2020 Diego Elio Pettenò
2
+#
3
+# SPDX-License-Identifier: Unlicense
4
5
+repos:
6
+- repo: https://github.com/fsfe/reuse-tool
7
+ rev: latest
8
+ hooks:
9
+ - id: reuse
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v2.3.0
+ - id: check-yaml
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
0 commit comments