Use YAML quote-less string syntax #388
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: PHP-CS-Fixer | |
on: [ pull_request, push ] | |
jobs: | |
lint: | |
name: PHP-CS-Fixer | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the code | |
uses: actions/checkout@v3 | |
- name: Check for code style violation with PHP-CS-Fixer | |
uses: OskarStark/php-cs-fixer-ga@3.7.0 | |
with: | |
args: --diff --dry-run |