fix(tui): rename internal bash tool to terminal for cross-platform accuracy #180
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: aireceipts | |
| on: [pull_request] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: npx -y aireceipts-cli@latest pr-check | |
| env: | |
| GH_TOKEN: ${{ github.token }} |