1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00
django-fmd_ynh/.github/workflows/package_linter.yml

39 lines
831 B
YAML
Raw Normal View History

2022-07-11 20:37:43 +02:00
name: YunoHost apps package linter
on:
# Allow to manually trigger the workflow
workflow_dispatch:
2022-07-11 20:37:43 +02:00
push:
branches:
- main
pull_request:
schedule:
- cron: '0 8 * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install toml
2022-07-11 20:37:43 +02:00
- name: 'Clone YunoHost apps package linter'
run: |
git clone --depth=1 https://github.com/YunoHost/package_linter ~/package_linter
- name: 'Install requirements'
run: pip3 install toml
2022-07-11 20:37:43 +02:00
- name: 'Run linter'
run: |
~/package_linter/package_linter.py .