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 457840c commit e142df1Copy full SHA for e142df1
.github/workflows/types.yml renamed to .github/workflows/static-analysis.yml
@@ -1,4 +1,4 @@
1
-name: types
+name: static analysis
2
3
on:
4
push:
@@ -7,15 +7,13 @@ on:
7
- cron: '0 0 * * *'
8
9
jobs:
10
- linux_tests:
+ src:
11
runs-on: ubuntu-20.04
12
13
strategy:
14
fail-fast: true
15
- matrix:
16
- php: [8.0]
17
18
- name: PHP ${{ matrix.php }}
+ name: Source Code
19
20
steps:
21
- name: Checkout code
@@ -24,7 +22,7 @@ jobs:
24
22
- name: Setup PHP
25
23
uses: shivammathur/setup-php@v2
26
with:
27
- php-version: ${{ matrix.php }}
+ php-version: 8.0
28
tools: composer:v2
29
coverage: none
30
0 commit comments