Skip to content

Merge pull request #50 from TheDragonCode/dependabot/github_actions/T… #50

Merge pull request #50 from TheDragonCode/dependabot/github_actions/T…

Merge pull request #50 from TheDragonCode/dependabot/github_actions/T… #50

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@v4
- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v5
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true