Skip to content

Commit

Permalink
Merge pull request #83 from badges/fix/yaml-syntax
Browse files Browse the repository at this point in the history
fix: yaml syntac CI
  • Loading branch information
JellyBellyDev authored Jan 22, 2022
2 parents 575772e + 3d9a383 commit 07257c0
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 07257c0

Please sign in to comment.