From 77ef4e690e9fd4b904c209edd034038071f51874 Mon Sep 17 00:00:00 2001 From: Petr Parolek Date: Fri, 25 Jun 2021 20:01:52 +0200 Subject: [PATCH] Codestyle: improvements (#24) --- .editorconfig | 2 +- .github/workflows/main.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index e147490..3faf149 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ indent_style = tab indent_size = tab tab_width = 4 -[{*.json,*.yaml,*.yml,*.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'"