mirror of
https://github.com/nlohmann/json.git
synced 2026-02-17 09:03:58 +00:00
Move reuse dependency to requirements.txt file (#4547)
This commit is contained in:
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@@ -14,3 +14,8 @@ updates:
|
||||
directory: /tools/serve_header
|
||||
schedule:
|
||||
interval: daily
|
||||
|
||||
- package-ecosystem: pip
|
||||
directory: /.reuse
|
||||
schedule:
|
||||
interval: daily
|
||||
|
||||
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@@ -282,7 +282,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Install REUSE tool
|
||||
run: python -m pip install reuse==5.0.2
|
||||
run: python -m pip install -r .reuse/requirements.txt
|
||||
- name: Run REUSE lint
|
||||
run: reuse lint
|
||||
|
||||
|
||||
1
.reuse/requirements.txt
Normal file
1
.reuse/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
reuse==5.0.2
|
||||
Reference in New Issue
Block a user