]> git.ipfire.org Git - thirdparty/blocklistproject/lists.git/commitdiff
Delete .github/workflows/lint.yml
authorgap579137 <30596626+gap579137@users.noreply.github.com>
Fri, 19 Dec 2025 16:09:43 +0000 (10:09 -0600)
committerGitHub <noreply@github.com>
Fri, 19 Dec 2025 16:09:43 +0000 (10:09 -0600)
.github/workflows/lint.yml [deleted file]

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
deleted file mode 100644 (file)
index 1222e23..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-name: Lint
-on:
-  push:
-  pull_request:
-    types: [opened, synchronize]
-
-jobs:
-  lint:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v4
-      - name: Use Node.js
-        uses: actions/setup-node@v4
-        with:
-          node-version: 18.x
-      - run: node scripts/lint.js