From 36a9aab35b3d4b2141a923fc66bc3fb8216610a4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 14 Apr 2025 17:41:08 +0200 Subject: [PATCH] fix(ci): remove gitea workflows, because AUR does not allow sub dirs --- .gitea/workflows/markdown-linters.yaml | 22 ---- .gitea/workflows/sync.yaml | 38 ------- .markdownlint.yaml | 145 ------------------------- renovate.json | 9 -- 4 files changed, 214 deletions(-) delete mode 100644 .gitea/workflows/markdown-linters.yaml delete mode 100644 .gitea/workflows/sync.yaml delete mode 100644 .markdownlint.yaml delete mode 100644 renovate.json diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml deleted file mode 100644 index 74e81ea..0000000 --- a/.gitea/workflows/markdown-linters.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Markdown linter - -on: - pull_request: - types: [ "opened", "reopened", "synchronize" ] - push: - branches: - - '**' - tags-ignore: - - '**' - workflow_dispatch: {} - -jobs: - markdown-lint: - container: - image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0 - runs-on: - - ubuntu-latest - steps: - - uses: actions/checkout@v4.2.2 - - name: Lint Markdown files - run: markdownlint --config .markdownlint.yaml . \ No newline at end of file diff --git a/.gitea/workflows/sync.yaml b/.gitea/workflows/sync.yaml deleted file mode 100644 index f3f766e..0000000 --- a/.gitea/workflows/sync.yaml +++ /dev/null @@ -1,38 +0,0 @@ -name: Markdown linter - -on: - pull_request: - types: [ "opened", "reopened", "synchronize" ] - push: - tags: - - '**' - -jobs: - markdown-lint: - env: - AUR_SSH_KEY: ${{ secrets.AUR_SSH_KEY }} - runs-on: - - ubuntu-latest - steps: - - uses: actions/checkout@v4.2.2 - with: - fetch-depth: 0 - - name: Configure SSH client - run: | - mkdir ~/.ssh || true - chmod 0700 ~/.ssh - - echo "${AUR_SSH_KEY}" | base64 --decode > ~/.ssh/id - chmod 0600 ~/.ssh/id - - cat > ~/.ssh/config <volker.raschek/renovate-config:default#master", - "local>volker.raschek/renovate-config:container#master", - "local>volker.raschek/renovate-config:actions#master", - "local>volker.raschek/renovate-config:regexp#master" - ] -} \ No newline at end of file