Skip to content

test nextcloud with plugin generator #100

test nextcloud with plugin generator

test nextcloud with plugin generator #100

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- 'README.md'
- '**/README.md'
- '.github/**'
jobs:
lint:
name: Lint YAML
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: "0"
- uses: ibiqlik/action-yamllint@v3
with:
config_data: "{extends: default, rules: {line-length: disable}}"