1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00

Create blank.yml

This commit is contained in:
Stylix58 2021-03-21 13:14:48 +01:00 committed by GitHub
parent cd38bec047
commit 4f60c4521c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
.github/workflows/blank.yml vendored Normal file
View file

@ -0,0 +1,22 @@
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
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 .