Skip to content

Commit

Permalink
fix: yaml syntac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Jan 22, 2022
1 parent 575772e commit 135d41d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
jobs:
cs-fix:
runs-on: ubuntu-20.04
name: PHP-CS-Fixer
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fix CS
uses: docker://oskarstark/php-cs-fixer-ga
name: PHP-CS-Fixer
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fix CS
uses: docker://oskarstark/php-cs-fixer-ga`

build:

Expand Down

0 comments on commit 135d41d

Please sign in to comment.