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 6796fee commit b153e3aCopy full SHA for b153e3a
.github/workflows/lint.yml
@@ -9,6 +9,8 @@ on:
9
env:
10
# Installing Chrome is not required for linting files.
11
PUPPETEER_SKIP_DOWNLOAD: true
12
+ # Output colored text
13
+ FORCE_COLOR: 1
14
15
jobs:
16
lint:
.github/workflows/test.yml
@@ -6,9 +6,13 @@ on:
6
pull_request:
7
branches: [main]
8
+env:
+
test:
- name: Test on ${{ matrix.os }} using Node.js v${{ matrix.node }}
+ name: Test on ${{ RUNNER_OS }} using Node.js v${{ matrix.node }}
continue-on-error: true
17
strategy:
18
matrix:
0 commit comments