From 12a0285b02eccd2e60a599170787f9330884aaea Mon Sep 17 00:00:00 2001 From: Petr Parolek Date: Mon, 28 Jun 2021 13:07:26 +0200 Subject: [PATCH] Codestyle: improvements (#22) --- .editorconfig | 2 +- .github/workflows/main.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index a828607..3faf149 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ indent_style = tab indent_size = tab tab_width = 4 -[{*.json,*.yml,*.yaml,*.md}] +[{*.json, *.yaml, *.yml, *.md}] indent_style = space indent_size = 2 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6654f5a..7799188 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,7 +6,7 @@ on: - ".docs/**" push: branches: - - "master" + - "*" schedule: - cron: "0 8 * * 1" # At 08:00 on Monday @@ -23,8 +23,8 @@ jobs: strategy: matrix: - php-version: ["7.4"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.4" ] + operating-system: [ "ubuntu-latest" ] fail-fast: false steps: @@ -82,8 +82,8 @@ jobs: strategy: matrix: - php-version: ["7.4"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.4" ] + operating-system: [ "ubuntu-latest" ] fail-fast: false steps: @@ -138,8 +138,8 @@ jobs: strategy: matrix: - php-version: ["7.2", "7.3", "7.4"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.2", "7.3", "7.4" ] + operating-system: [ "ubuntu-latest" ] composer-args: [ "" ] include: - php-version: "7.2" @@ -207,8 +207,8 @@ jobs: strategy: matrix: - php-version: ["7.4"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.4" ] + operating-system: [ "ubuntu-latest" ] fail-fast: false if: "github.event_name == 'push'"