From aff80022207887474c34c867c02cef0367ad286b Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 16 May 2025 11:15:45 +0200 Subject: [PATCH] chore: drop yaml linter workflow Signed-off-by: Daniel Kesselberg --- .github/workflows/lint-yaml.yml | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/lint-yaml.yml diff --git a/.github/workflows/lint-yaml.yml b/.github/workflows/lint-yaml.yml deleted file mode 100644 index 038cced8..00000000 --- a/.github/workflows/lint-yaml.yml +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -# -# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors -# SPDX-License-Identifier: MIT - -name: Lint - -on: pull_request - -permissions: - contents: read - -jobs: - yaml-lint: - runs-on: ubuntu-latest-low - - name: yaml - - steps: - - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - with: - persist-credentials: false - - - name: GitHub action templates lint - uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1 - with: - file_or_dir: .github/workflows/ - config_data: | - line-length: warning -