Skip to content

Commit 80d6849

Browse files
committed
ci: add aireceipts pr-check (notice-only cost receipt)
1 parent e347ea4 commit 80d6849

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/aireceipts.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: aireceipts
2+
on: [pull_request]
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
jobs:
7+
check:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: npx -y aireceipts-cli@latest pr-check
11+
env:
12+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)