Skip to content

Commit

Permalink
#7 - Rename PSR-2 to PSR-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 10, 2020
1 parent 8657c77 commit bbad3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Validations"
on: [push, pull_request]
jobs:
validate-code-style:
name: PSR-2 Code style
name: PSR-12 Code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install PHP_CodeSniffer composer package
run: composer global require "squizlabs/php_codesniffer=*"

- name: Validate PSR-2 Code Style
- name: Validate PSR-12 Code Style
run: ~/.composer/vendor/bin/phpcs

validate-code-static:
Expand Down

0 comments on commit bbad3e3

Please sign in to comment.