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 d4ebbf4 commit c6b687fCopy full SHA for c6b687f
.github/workflows/checks.yml
@@ -3,15 +3,15 @@ name: checks
3
on:
4
- push
5
6
+env:
7
+ COMPOSER_NO_INTERACTION: "1"
8
+
9
jobs:
10
static_analysis:
11
name: Static analysis
12
13
runs-on: ubuntu-latest
14
- env:
- COMPOSER_NO_INTERACTION: "1"
-
15
steps:
16
- uses: actions/checkout@v4
17
@@ -50,9 +50,6 @@ jobs:
50
51
runs-on: ${{ matrix.os }}
52
53
54
55
56
57
58
0 commit comments