Update send_long_message to accept extra options #960
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: format-check | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| run-format-check: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: checkout | |
| uses: actions/checkout@v3 | |
| - name: dependencies | |
| run: npm i --dev | |
| - name: prettier-check | |
| run: npm run format-check |