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:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
@ -17,7 +15,7 @@ jobs:
- run: yarn lint
build:
needs: ['lint']
# needs: ['lint']
name: 'build'
strategy:
matrix: