1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrutiny_ynh.git synced 2024-09-03 20:16:24 +02:00

Update package_linter workflow

This commit is contained in:
ewilly 2023-03-06 22:32:25 +01:00
parent 434ccad225
commit 4e8f401e7e

View file

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install toml
pip install toml pyparsing six
- name: 'Clone YunoHost apps package linter'
run: |