Skip to content

add execution type to control error handling during closure execution #49

add execution type to control error handling during closure execution

add execution type to control error handling during closure execution #49

name: Coding Style Checks
on: [ push, pull_request, workflow_dispatch ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Coding Style Checks
run: docker run -q --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php8.5-alpine php-cs-fixer fix --dry-run