From: gap579137 <30596626+gap579137@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:09:43 +0000 (-0600) Subject: Delete .github/workflows/lint.yml X-Git-Tag: v2025.12.22~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124097933f11dd109ac25903f0421ef9c9fa7862;p=thirdparty%2Fblocklistproject%2Flists.git Delete .github/workflows/lint.yml --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 1222e23..0000000 --- a/.github/workflows/lint.yml +++ /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