Skip to content

Provides fixes after merged changes broke a lot of things #16

Provides fixes after merged changes broke a lot of things

Provides fixes after merged changes broke a lot of things #16

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