Skip to content

Commit

Permalink
improve: removing unneeded action
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronware committed Apr 12, 2021
1 parent c861fa0 commit 403b76d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/phpcbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Authenticate packagist.linchpin.com
run: echo '${{ secrets.PACKAGIST_COMPOSER_AUTH_JSON }}' > ./auth.json

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -33,10 +30,6 @@ jobs:
continue-on-error: true
run: ./vendor/squizlabs/php_codesniffer/bin/phpcbf -p -v --standard=${{ github.workspace }}/phpcs.xml --extensions=php ${{ github.workspace }}/

- name: Cleanup
run: |
rm ./auth.json
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 403b76d

Please sign in to comment.