github: Remove lint workflow - bluez.git (original) (raw)
author | Luiz Augusto von Dentz luiz.von.dentz@intel.com | 2025-06-17 10🔞30 -0400 |
---|---|---|
committer | Luiz Augusto von Dentz luiz.von.dentz@intel.com | 2025-06-17 10🔞30 -0400 |
commit | f5fd7efee7c31cd9cad98ea273716980d2591ca0 (patch) | |
tree | 43b88addcf0ffb18af45b72c84d202cd6bb788ed | |
parent | dc8db3601001de9a085da063e0c5e456074b8963 (diff) |
-rw-r--r-- | .github/workflows/lint.yml | 32 |
---|
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
deleted file mode 100644
index 9f775cf638..0000000000
--- 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 }}