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 package linter

This commit is contained in:
Sylvain 2024-03-08 13:12:28 +01:00
parent 7a8d7907c8
commit 8eca6a87f6

View file

@ -5,19 +5,19 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- main - master-promotion
pull_request: pull_request:
schedule: schedule:
- cron: '0 8 * * *' - cron: '0 8 * * *'
jobs: jobs:
test: packageLinter:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.9' python-version: '3.9'