Skip to content

Commit 22c49dc

Browse files
ci: add danielroe/provenance-action (#1772)
1 parent dac5a15 commit 22c49dc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,15 @@ jobs:
5959
run: pnpm run build:all
6060
- name: Publish Previews
6161
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --template './examples/*/*'
62+
provenance:
63+
name: Provenance
64+
runs-on: ubuntu-latest
65+
steps:
66+
- name: Checkout
67+
uses: actions/[email protected]
68+
with:
69+
fetch-depth: 0
70+
- name: Check Provenance
71+
uses: danielroe/[email protected]
72+
with:
73+
fail-on-downgrade: true

0 commit comments

Comments
 (0)