Skip to content

Commit

Permalink
Codestyle: improvements (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek committed Jun 28, 2021
1 parent 2f833e2 commit 9308158
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 9 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- ".docs/**"
push:
branches:
- "master"
- "*"
schedule:
- cron: "0 8 * * 1" # At 08:00 on Monday

Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -145,8 +145,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"
Expand Down Expand Up @@ -219,8 +219,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'"
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "contributte/facebook",
"description": "Easy-to-use Facebook login wrapper for [`Nette Framework`](https://github.com/nette/).",
"keywords": ["facebook", "login", "php", "sdk", "nette", "oauth2"],
"keywords": [
"facebook",
"login",
"php",
"sdk",
"nette",
"oauth2"
],
"type": "library",
"license": "MIT",
"homepage": "https://github.com/contributte/facebook",
Expand Down

0 comments on commit 9308158

Please sign in to comment.