mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Delete package_linter.yml
This commit is contained in:
parent
fb012fc2d5
commit
eefbf04e49
1 changed files with 0 additions and 22 deletions
22
.github/workflows/package_linter.yml
vendored
22
.github/workflows/package_linter.yml
vendored
|
@ -1,22 +0,0 @@
|
||||||
# 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 .
|
|
Loading…
Add table
Reference in a new issue