Skip to content

Commit

Permalink
DevKit updates (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored May 22, 2022
1 parent 66b7ca5 commit 4f6d9f2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 5.x
pull_request:

permissions:
contents: read

jobs:
build:
name: Sphinx build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 5.x
pull_request:

permissions:
contents: read

jobs:
php-cs-fixer:
name: PHP-CS-Fixer
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 5.x
pull_request:

permissions:
contents: read

jobs:
phpstan:
name: PHPStan
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/symfony-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 5.x
pull_request:

permissions:
contents: read

jobs:
container:
name: Symfony container
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 5.x
pull_request:

permissions:
contents: read

jobs:
test:
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}
Expand Down

0 comments on commit 4f6d9f2

Please sign in to comment.