diff --git a/.editorconfig b/.editorconfig index 575834a..3faf149 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ indent_style = tab indent_size = tab tab_width = 4 -[{*.json,*.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 d654e74..9448c29 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 @@ -24,8 +24,8 @@ jobs: strategy: matrix: - php-version: ["7.4"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.4" ] + operating-system: [ "ubuntu-latest" ] fail-fast: false steps: @@ -86,8 +86,8 @@ jobs: strategy: matrix: - php-version: ["7.4"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.4" ] + operating-system: [ "ubuntu-latest" ] fail-fast: false steps: diff --git a/composer.json b/composer.json index 0b1be8d..f080a5a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,11 @@ { "name": "contributte/code-checker", "description": "nette/code-checker optimized for co-operation with our coding standard", - "keywords": ["nette", "code checker", "coding standard"], + "keywords": [ + "nette", + "code checker", + "coding standard" + ], "type": "library", "license": "MIT", "homepage": "https://github.com/contributte/code-checker", @@ -26,7 +30,9 @@ "Contributte\\CodeChecker\\": "src/" } }, - "bin": ["bin/checker"], + "bin": [ + "bin/checker" + ], "minimum-stability": "dev", "prefer-stable": true, "config": {