Diff between dc8db3601001de9a085da063e0c5e456074b8963 and f5fd7efee7c31cd9cad98ea273716980d2591ca0

Changed Files

File Additions Deletions Status
.github/workflows/lint.yml +0 -32 deleted

Full Patch

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
deleted file mode 100644
index 9f775cf..0000000
--- a/.github/workflows/lint.yml
+++ /dev/null
@@ -1,32 +0,0 @@
----
-name: Lint
-
-on: # yamllint disable-line rule:truthy
-  push: null
-
-permissions: {}
-
-jobs:
-  build:
-    name: Lint
-    runs-on: ubuntu-latest
-
-    permissions:
-      contents: read
-      packages: read
-      # To report GitHub Actions status checks
-      statuses: write
-
-    steps:
-      - name: Checkout code
-        uses: actions/checkout@v4
-        with:
-          # super-linter needs the full git history to get the
-          # list of files that changed across commits
-          fetch-depth: 0
-
-      - name: Super-linter
-        uses: super-linter/super-linter@v7.3.0 # x-release-please-version
-        env:
-          # To report GitHub Actions status checks
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}