1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Update workflow

This commit is contained in:
Sylvain 2024-04-01 20:08:47 +02:00
parent 84b2d7999b
commit 7c132757e1

View file

@ -4,14 +4,10 @@ on:
# Allow to manually trigger the workflow
workflow_dispatch:
push:
branches:
- master-promotion
pull_request:
schedule:
- cron: '0 8 * * *'
jobs:
packageLinter:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -24,7 +20,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: |