We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4075c2 commit 05d8b10Copy full SHA for 05d8b10
1 file changed
.github/workflows/lint.yml
@@ -29,3 +29,7 @@ jobs:
29
- name: Check formatting
30
if: always()
31
run: ruff format --check
32
+
33
+ - name: Check REUSE compliance
34
+ if: always()
35
+ uses: fsfe/reuse-action@v6
0 commit comments