summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-01-04 17:22:20 +0100
committerGitHub <noreply@github.com>2023-01-04 17:22:20 +0100
commit409cf24698eb993373bc5ef617162549ee774ccd (patch)
treee9047e59ea2ef004e9a9b1ff02fc55eb31e7d10a
parent4fb6f30abbbc71bf47f39f47b386023e707e669b (diff)
downloadnextcloud-server-409cf24698eb993373bc5ef617162549ee774ccd.tar.gz
nextcloud-server-409cf24698eb993373bc5ef617162549ee774ccd.zip
Fix indent
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
-rw-r--r--.github/workflows/lint.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 025596806c3..cd059b4dff5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -17,8 +17,8 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip
coverage: none
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Lint
run: composer run lint
@@ -36,8 +36,8 @@ jobs:
extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip
coverage: none
tools: cs2pr
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: composer i