Skip to content

feat: Install handles missing CreatesApplication trait #89

feat: Install handles missing CreatesApplication trait

feat: Install handles missing CreatesApplication trait #89

Workflow file for this run

name: Check PHP code style
on: [push]
jobs:
style:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: .php-cs-fixer.cache
uses: actions/cache@v4
with:
path: .php-cs-fixer.cache
key: ${{ runner.OS }}-${{ github.repository }}-php-cs-fixer-${{ github.sha }}
restore-keys: |
${{ runner.OS }}-${{ github.repository }}-php-cs-fixer-
- name: Check style
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --dry-run --diff