django-for-runners_ynh/.github/workflows/package_linter.yml

39 lines
860 B
YAML
Raw Normal View History

2020-12-12 19:37:20 +01:00
name: YunoHost apps package linter
on:
2023-04-04 14:21:04 +02:00
# Allow to manually trigger the workflow
workflow_dispatch:
2021-10-10 14:35:06 +02:00
push:
2021-10-10 14:38:40 +02:00
branches:
- main
2021-10-10 14:35:06 +02:00
pull_request:
schedule:
- cron: '0 8 * * *'
2020-12-12 19:37:20 +01:00
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-04-04 14:21:04 +02:00
- uses: actions/checkout@v3
# https://github.com/marketplace/actions/checkout
with:
fetch-depth: 0
2020-12-12 19:37:20 +01:00
2023-04-04 14:21:04 +02:00
- uses: actions/cache@v3
# https://github.com/marketplace/actions/cache
with:
path: ~/.cache/
key: dot-cache-files
2023-04-04 14:21:04 +02:00
- name: 'Install dependencies'
2020-12-12 19:37:20 +01:00
run: |
2023-04-04 14:21:04 +02:00
pip install toml
2020-12-12 19:37:20 +01:00
2023-04-04 14:21:04 +02:00
- name: 'Clone YunoHost apps package linter'
run: |
2023-04-04 14:21:04 +02:00
git clone --depth=1 https://github.com/YunoHost/package_linter ~/package_linter
2020-12-12 19:37:20 +01:00
- name: 'Run linter'
run: |
~/package_linter/package_linter.py .