From 1af440f2389565358c38ff03b74f0ce2746ba90b Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Mon, 5 May 2025 18:35:03 +0200 Subject: [PATCH] fix: remove broken duster workflow Remove workflow due to "ERROR: You must supply at least one file or directory to process." --- .github/workflows/duster-lint.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/duster-lint.yml diff --git a/.github/workflows/duster-lint.yml b/.github/workflows/duster-lint.yml deleted file mode 100644 index 27a8a89..0000000 --- a/.github/workflows/duster-lint.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Duster Lint - -on: - push: - branches: [ main ] - pull_request: - -jobs: - duster: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - - name: "Duster Lint" - uses: tighten/duster-action@v3 - with: - args: lint