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

update github actions

This commit is contained in:
JensDiemer 2021-11-22 19:59:56 +01:00
parent f6d9e84d15
commit 29dd3223a5
2 changed files with 8 additions and 2 deletions

View file

@ -1,9 +1,12 @@
name: YunoHost apps package linter
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 8 * * *'
push:
jobs:
test:

View file

@ -1,9 +1,12 @@
name: pytest
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 8 * * *'
push:
jobs:
test: