Skip to content

fix(docs): Update workflows and documentation for improved CI/CD proc… #358

fix(docs): Update workflows and documentation for improved CI/CD proc…

fix(docs): Update workflows and documentation for improved CI/CD proc… #358

Workflow file for this run

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: ecs
permissions:
contents: read
pull-requests: write
jobs:
easy-coding-standard:
uses: yii2-framework/actions/.github/workflows/ecs.yml@v1