Skip to content

Commit 0a26207

Browse files
committed
Updating invalid action syntax.
1 parent 35a0c02 commit 0a26207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: 'ubuntu-latest'
10+
os: ['ubuntu-latest']
1111
php: ['7.1', '7.3', '8.0']
1212
name: "PHP CS Fixer - PHP v${{ matrix.php }}"
1313

0 commit comments

Comments
 (0)