Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 (#3022) #1717

Bump actions/checkout from 4.1.4 to 4.1.5 (#3022)

Bump actions/checkout from 4.1.4 to 4.1.5 (#3022) #1717

Workflow file for this run

# .github/workflows/php-cs-fixer.yml
on: [push, pull_request]
name: Lint
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run