Skip to content

Commit 3a780b9

Browse files
committed
chore: run format
1 parent 9715df9 commit 3a780b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Run Tests
3333
env:
34-
FORCE_COLOR: "true"
34+
FORCE_COLOR: 'true'
3535
BASE_REF: ${{ github.event.pull_request.base.ref }}
3636
run: |
3737
yarn nx affected:test --base=origin/$BASE_REF --ci --code-coverage --parallel --max-parallel=3
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Code Quality Check
6565
env:
66-
FORCE_COLOR: "true"
66+
FORCE_COLOR: 'true'
6767
BASE_REF: ${{ github.event.pull_request.base.ref }}
6868
run: |
6969
yarn nx affected:lint --base=origin/$BASE_REF --parallel --max-parallel=3

0 commit comments

Comments
 (0)