This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@layer base { | |
[type='text'], | |
[type='email'], | |
[type='url'], | |
[type='password'], | |
[type='number'], | |
[type='date'], | |
[type='datetime-local'], | |
[type='month'], | |
[type='search'], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: [ pull_request ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
services: | |
mysql: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use PhpCsFixer\Config; | |
use PhpCsFixer\Finder; | |
$rules = [ | |
'array_indentation' => true, | |
'array_syntax' => ['syntax' => 'short'], | |
'binary_operator_spaces' => [ | |
'default' => 'single_space', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Within this file you may set preferences for Shift. | |
; These may be used to customize the behavior of the | |
; Shift bot by disabling or guiding the automation. | |
; NOTE: Any paths should be relative to location | |
; of this file and exclude a trailing slash. | |
; Section to set options for PHP Shifts. | |
[php] |