Skip to content

fix: Improve type for ::getRepository() method #20

fix: Improve type for ::getRepository() method

fix: Improve type for ::getRepository() method #20

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