Skip to content

Merge pull request #18 from cashier-provider/dependabot/github_action… #33

Merge pull request #18 from cashier-provider/dependabot/github_action…

Merge pull request #18 from cashier-provider/dependabot/github_action… #33

Workflow file for this run

name: "Code-Style Fixer"
on:
push:
branches: [ main ]
jobs:
fix:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v3
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true