Disable lint

This commit is contained in:
Ben van Hartingsveldt 2025-09-14 00:33:40 +02:00
parent 8b1dd11688
commit 0c2715225b
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -2,9 +2,7 @@ name: Node.js CI
on: on:
push: push:
branches: [master]
pull_request: pull_request:
branches: [master]
jobs: jobs:
lint: lint:
@ -17,7 +15,7 @@ jobs:
- run: yarn lint - run: yarn lint
build: build:
needs: ['lint'] # needs: ['lint']
name: 'build' name: 'build'
strategy: strategy:
matrix: matrix: