Skip to content

Bump actions/checkout from 3 to 4 #537

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #537

Workflow file for this run

name: Lint
on:
pull_request: ~
push:
branches:
- master
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run