chore: Export InitInput type and allow Promise as the init parameter #1254
Workflow file for this run
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 | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize] | |
| pull_request_target: | |
| types: [opened, edited, synchronize] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: amannn/action-semantic-pull-request@0b14f54ac155d88e12522156e52cb6e397745cfd | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |