Skip to content

Commit

Permalink
DevKit updates (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Apr 6, 2021
1 parent 15dc9b2 commit a98edb9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
- master
pull_request:

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

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

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

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

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

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

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

jobs:
test:
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}
Expand Down
19 changes: 19 additions & 0 deletions .symfony.bundle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

branches:
- 3.x
- master

maintained_branches:
- 3.x
- master

doc_dir: 'doc/'

current_branch: 3.x

dev_branch: master

# dev_branch_alias:

0 comments on commit a98edb9

Please sign in to comment.