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:
push:
branches:
- main
- master-promotion
pull_request:
schedule:
- cron: '0 8 * * *'
jobs:
test:
packageLinter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'