Skip to content

Commit c6b687f

Browse files
committed
Make COMPOSER_NO_INTERACTION global in checks.yml
1 parent d4ebbf4 commit c6b687f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: checks
33
on:
44
- push
55

6+
env:
7+
COMPOSER_NO_INTERACTION: "1"
8+
69
jobs:
710
static_analysis:
811
name: Static analysis
912

1013
runs-on: ubuntu-latest
1114

12-
env:
13-
COMPOSER_NO_INTERACTION: "1"
14-
1515
steps:
1616
- uses: actions/checkout@v4
1717

@@ -50,9 +50,6 @@ jobs:
5050

5151
runs-on: ${{ matrix.os }}
5252

53-
env:
54-
COMPOSER_NO_INTERACTION: "1"
55-
5653
steps:
5754
- uses: actions/checkout@v4
5855

0 commit comments

Comments
 (0)