mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Bugfix package linter CI
e.g.: https://github.com/YunoHost-Apps/django_example_ynh/actions/runs/3752086868/jobs/6373846938 see also: https://github.com/YunoHost/package_linter/issues/107
This commit is contained in:
parent
9cc9dbe681
commit
69d8c64079
1 changed files with 3 additions and 0 deletions
3
.github/workflows/package_linter.yml
vendored
3
.github/workflows/package_linter.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
run: |
|
||||
git clone --depth=1 https://github.com/YunoHost/package_linter ~/package_linter
|
||||
|
||||
- name: 'Install requirements'
|
||||
run: pip3 install toml
|
||||
|
||||
- name: 'Run linter'
|
||||
run: |
|
||||
~/package_linter/package_linter.py .
|
||||
|
|
Loading…
Reference in a new issue