Skip to content

Merge remote-tracking branch 'origin/4.x-obsolete-column' into 4.x-ob… #8

Merge remote-tracking branch 'origin/4.x-obsolete-column' into 4.x-ob…

Merge remote-tracking branch 'origin/4.x-obsolete-column' into 4.x-ob… #8

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- '*'
name: Fix Code Style
jobs:
cs-fix:
permissions:
contents: write
uses: spiral/gh-actions/.github/workflows/cs-fix.yml@master
...