django-for-runners_ynh/.github/workflows/package_linter.yml
Workflow config file is invalid. Please check your config file: yaml: line 4: did not find expected '-' indicator
2021-10-10 14:38:40 +02:00

22 lines
447 B
YAML

name: YunoHost apps package linter
on:
schedule:
- cron: '0 8 * * *'
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Clone YunoHost apps package linter'
run: |
git clone --depth=1 https://github.com/YunoHost/package_linter ~/package_linter
- name: 'Run linter'
run: |
~/package_linter/package_linter.py .