Skip to content

Commit 3a0c4a9

Browse files
committed
fix: pass through GITHUB_ACTIONS env var into check:lint
This ensures eslint warnings cause CI to fail
1 parent 6c86ebc commit 3a0c4a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"dependsOn": ["^check:types"]
1818
},
1919
"check:lint": {
20+
"env": ["GITHUB_ACTIONS"],
2021
"dependsOn": ["^check:lint"]
2122
},
2223
"eval:ci": {

0 commit comments

Comments
 (0)