Skip to content

Commit 55ef74c

Browse files
ci: add danielroe/provenance-action
1 parent f4c146d commit 55ef74c

3 files changed

Lines changed: 18 additions & 16 deletions

File tree

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,15 @@ jobs:
4848
run: pnpm run build:all
4949
- name: Publish Previews
5050
run: pnpx pkg-pr-new publish --pnpm './packages/*' --template './examples/*/*'
51+
provenance:
52+
name: Provenance
53+
runs-on: ubuntu-latest
54+
steps:
55+
- name: Checkout
56+
uses: actions/checkout@v5.0.0
57+
with:
58+
fetch-depth: 0
59+
- name: Check Provenance
60+
uses: danielroe/provenance-action@v0.1.1
61+
with:
62+
fail-on-downgrade: true

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
link-workspace-packages=true
2-
prefer-workspace-packages=true
31
provenance=true

pnpm-workspace.yaml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1+
cleanupUnusedCatalogs: true
2+
linkWorkspacePackages: true
3+
preferWorkspacePackages: true
4+
15
packages:
2-
- 'examples/**/*'
3-
- 'packages/*'
4-
catalog:
5-
'@tanstack/react-devtools': ^0.7.0
6-
'@tanstack/react-query': ^5.90.1
7-
'@tanstack/react-query-devtools': ^5.90.1
8-
'@tanstack/react-router': ^1.131.50
9-
'@tanstack/react-router-devtools': ^1.131.50
10-
'@types/react': ^19.1.13
11-
'@types/react-dom': ^19.1.9
12-
'@vitejs/plugin-react': ^4.7.0
13-
react: ^19.1.1
14-
react-dom: ^19.1.1
15-
vite: ^7.1.7
6+
- examples/**/*
7+
- packages/*

0 commit comments

Comments
 (0)