fix: resolve the install from the running binary; make upgrade failures diagnosable (#1305) #1066
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 }} |