Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 24, 2024
1 parent 4b3be99 commit 90b87d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ root = true
charset = utf-8
indent_style = tab
insert_final_newline = true

[*.yaml]
indent_style = space
indent_size = 2
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
steps:

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- name: Checkout
- name: Checkout
uses: actions/checkout@v4

- name: Install dependencies
Expand Down

0 comments on commit 90b87d3

Please sign in to comment.