Skip to content

Commit a0f46a1

Browse files
authored
Merge pull request #98 from doubleopen-project/workflow-imps
Workflow imps
2 parents ea3ec67 + 064419c commit a0f46a1

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,13 @@ jobs:
3535
- name: Clone the repository
3636
uses: actions/checkout@v4
3737
- name: Lint YAML files
38-
uses: ibiqlik/action-yamllint@v3
39-
with:
40-
file_or_dir: license-classifications.yml
38+
run: yamllint license-classifications.yml
4139

4240
REUSE:
4341
runs-on: ubuntu-latest
4442

4543
steps:
4644
- name: Clone the repository
4745
uses: actions/checkout@v4
48-
- name: Setup Python
49-
uses: actions/setup-python@v5
5046
- name: Check REUSE Compliance
51-
run: |
52-
pip install --user reuse
53-
~/.local/bin/reuse lint
47+
uses: fsfe/reuse-action@v6

.yamllint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
extends: default
77

88
rules:
9+
empty-lines:
10+
max: 1
11+
max-end: 1
912
line-length:
1013
max: 100
1114
truthy: disable

0 commit comments

Comments
 (0)