Skip to content

Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1 #1771

Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1

Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1 #1771

Workflow file for this run

# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: Lint
on:
pull_request:
push:
branches:
- main
- master
- stable*
permissions:
contents: read
concurrency:
group: lint-info-xml-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
xml-linters:
runs-on: ubuntu-latest
name: info.xml lint
steps:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: Download schema
run: wget https://github.com/raw/nextcloud/server/master/resources/app-info-shipped.xsd
- name: Lint info.xml
uses: ChristophWurst/xmllint-action@39155a91429af431d65fafc21fa52ba5c4f5cb71 # v1.1
with:
xml-file: ./appinfo/info.xml
xml-schema-file: ./app-info-shipped.xsd