Skip to content

chore: ignore *.dist files on the package installing #14

chore: ignore *.dist files on the package installing

chore: ignore *.dist files on the package installing #14

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