File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 66extends: default
77
88rules:
9+ empty-lines:
10+ max: 1
11+ max-end: 1
912 line-length:
1013 max: 100
1114 truthy: disable
You can’t perform that action at this time.
0 commit comments