Skip to content

Fix broken link in README.md (#81) #6

Fix broken link in README.md (#81)

Fix broken link in README.md (#81) #6

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