Skip to content

Merge pull request #9: Fix compatibility with Spiral 3.14 #3

Merge pull request #9: Fix compatibility with Spiral 3.14

Merge pull request #9: Fix compatibility with Spiral 3.14 #3

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