Skip to content

Merge pull request #210: Use common github workflows in CI #11

Merge pull request #210: Use common github workflows in CI

Merge pull request #210: Use common github workflows in CI #11

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