Added rule to enforce typehints to closure and arrow functions #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR check | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - edited | |
| jobs: | |
| test-base-branch: | |
| if: github.event.repository.name != 'repo-template' | |
| uses: ibexa/gh-workflows/.github/workflows/pr-check.yml@main |