Skip to content

Merge branch 'master' of github.com:briannesbitt/Carbon into 3.x-merge #1214

Merge branch 'master' of github.com:briannesbitt/Carbon into 3.x-merge

Merge branch 'master' of github.com:briannesbitt/Carbon into 3.x-merge #1214

Workflow file for this run

name: PHP-CS-Fixer
on: [ pull_request, push ]
jobs:
lint:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Check for code style violation with PHP-CS-Fixer
uses: OskarStark/[email protected]
with:
args: --diff --dry-run