Skip to content

Merge pull request #43 from TheDragonCode/3.x #83

Merge pull request #43 from TheDragonCode/3.x

Merge pull request #43 from TheDragonCode/3.x #83

Workflow file for this run

name: code-style
on:
push:
pull_request:
permissions: write-all
jobs:
check:
if: ${{ ! (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v4
fix:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Checking PHP Syntax
uses: TheDragonCode/codestyler@v4
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true