Skip to content

Normalize DB passwords in tests; fix style in cs-fix workflow #7

Normalize DB passwords in tests; fix style in cs-fix workflow

Normalize DB passwords in tests; fix style in cs-fix workflow #7

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