Skip to content

feat(tooling): setup formatting with php-cs-fixer (#50) #3

feat(tooling): setup formatting with php-cs-fixer (#50)

feat(tooling): setup formatting with php-cs-fixer (#50) #3

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
push:
branches:
- master
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Lint
uses: docker://oskarstark/php-cs-fixer-ga:3.4.0
with:
args: --format=txt --diff --dry-run --using-cache=no --verbose