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 # Allow to manually trigger the workflow
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- master-promotion
pull_request: pull_request:
schedule:
- cron: '0 8 * * *'
jobs: jobs:
packageLinter: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -24,7 +20,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install toml pip install toml pyparsing six
- name: 'Clone YunoHost apps package linter' - name: 'Clone YunoHost apps package linter'
run: | run: |