Skip to content

Commit 092d485

Browse files
committed
Add DO_NOT_TRACK environment variable to lint workflow
1 parent 0052e64 commit 092d485

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66

77
permissions: { }
88
env:
9-
NEXT_TELEMETRY_DISABLED: '1'
109
CI: 'true'
10+
DO_NOT_TRACK: '1'
11+
NEXT_TELEMETRY_DISABLED: '1'
1112

1213
jobs:
1314
lint:

0 commit comments

Comments
 (0)