Skip to content

fix(docs): Update workflows and documentation for improved CI/CD processes and feature clarity. #17

fix(docs): Update workflows and documentation for improved CI/CD processes and feature clarity.

fix(docs): Update workflows and documentation for improved CI/CD processes and feature clarity. #17

Workflow file for this run

---
on:
- pull_request
- push
name: linter
permissions:
checks: write
contents: read
statuses: write
jobs:
linter:
uses: yii2-framework/actions/.github/workflows/super-linter.yml@v1
secrets:
AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}