We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df767c commit 0052e64Copy full SHA for 0052e64
.github/workflows/lint.yml
@@ -5,6 +5,9 @@ on:
5
types: [ opened, synchronize, reopened ]
6
7
permissions: { }
8
+env:
9
+ NEXT_TELEMETRY_DISABLED: '1'
10
+ CI: 'true'
11
12
jobs:
13
lint:
0 commit comments