Skip to content

Commit 5d1645e

Browse files
author
alxndrsn
committed
less lint
1 parent 9335a1c commit 5d1645e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# Node.js we support.
139139

140140
nodejs-adapter:
141-
needs: lint
141+
#needs: lint
142142
strategy:
143143
fail-fast: false
144144
matrix:
@@ -177,7 +177,7 @@ jobs:
177177
# target browser.
178178

179179
browser-adapter:
180-
needs: lint
180+
#needs: lint
181181
strategy:
182182
fail-fast: false
183183
matrix:
@@ -220,7 +220,7 @@ jobs:
220220
# out into a distinct job.
221221

222222
pouchdb-server:
223-
needs: lint
223+
#needs: lint
224224
strategy:
225225
fail-fast: false
226226
matrix:
@@ -259,7 +259,7 @@ jobs:
259259
# run on every version of Node.js that we support.
260260

261261
nodejs:
262-
needs: lint
262+
#needs: lint
263263
strategy:
264264
fail-fast: false
265265
matrix:

0 commit comments

Comments
 (0)