We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3be99 commit 90b87d3Copy full SHA for 90b87d3
.editorconfig
@@ -6,3 +6,7 @@ root = true
6
charset = utf-8
7
indent_style = tab
8
insert_final_newline = true
9
+
10
+[*.yaml]
11
+indent_style = space
12
+indent_size = 2
.github/workflows/ci.yml
@@ -11,14 +11,14 @@ jobs:
strategy:
matrix:
13
php: ['8.1', '8.2', '8.3']
14
- steps:
15
+ steps:
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
18
with:
19
php-version: ${{ matrix.php }}
20
21
- - name: Checkout
+ - name: Checkout
22
uses: actions/checkout@v4
23
24
- name: Install dependencies
0 commit comments