Skip to content

Fix newline at the end of the PULL_REQUEST_TEMPLATE.md for proper f… #18

Fix newline at the end of the PULL_REQUEST_TEMPLATE.md for proper f…

Fix newline at the end of the PULL_REQUEST_TEMPLATE.md for proper f… #18

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