Skip to content

[4.x] Upgrade project #26

[4.x] Upgrade project

[4.x] Upgrade project #26

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') }}
uses: TheDragonCode/.github/.github/workflows/code-style.yml@main

Check failure on line 13 in .github/workflows/code-style.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-style.yml

Invalid workflow file

error parsing called workflow ".github/workflows/code-style.yml" -> "TheDragonCode/.github/.github/workflows/code-style.yml@main" : failed to fetch workflow: workflow was not found.
with:
token: ${{ secrets.COMPOSER_TOKEN }}
fix: false
fix:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: TheDragonCode/.github/.github/workflows/code-style.yml@main
with:
token: ${{ secrets.COMPOSER_TOKEN }}
fix: true