diff --git a/.github/workflows/aireceipts.yml b/.github/workflows/aireceipts.yml new file mode 100644 index 000000000..0d0d03258 --- /dev/null +++ b/.github/workflows/aireceipts.yml @@ -0,0 +1,12 @@ +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 }}