Skip to content

Commit ebf1e81

Browse files
committed
Skip downloading Chrome in lint workflow
1 parent ffafbaf commit ebf1e81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main]
88

9+
env:
10+
# Installing Chrome is not required for linting files.
11+
PUPPETEER_SKIP_DOWNLOAD: true
12+
913
jobs:
1014
lint:
1115
name: Lint

0 commit comments

Comments
 (0)