Skip to content

chore: remove cs-fixer cache file #13

chore: remove cs-fixer cache file

chore: remove cs-fixer cache file #13

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
...