Skip to content

Commit

Permalink
ci: Added reuse lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Aug 10, 2024
1 parent 9fda512 commit c3da1cd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/maintests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# SPDX-FileCopyrightText: 2023 Tazlin
# SPDX-FileCopyrightText: 2023 db0
#
# SPDX-License-Identifier: AGPL-3.0-or-later

Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
lint-check-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -101,3 +100,11 @@ jobs:
python -m pip install -r requirements.dev.txt
black --check .
ruff .
reuse-lint-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4

0 comments on commit c3da1cd

Please sign in to comment.