Skip to content

Commit 0052e64

Browse files
committed
Disable telemetry and set CI environment variables in lint workflow
1 parent 5df767c commit 0052e64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types: [ opened, synchronize, reopened ]
66

77
permissions: { }
8+
env:
9+
NEXT_TELEMETRY_DISABLED: '1'
10+
CI: 'true'
811

912
jobs:
1013
lint:

0 commit comments

Comments
 (0)