Commit 96929e5
committed
refactor(ci): simplify setup-script to use script name instead of command
Update provenance workflow to use simpler 'ci:validate' script name
instead of 'pnpm run ci:validate' command, taking advantage of the
new smart detection in socket-registry@0f9229db that automatically
prefixes script names with 'pnpm run'.
Changes:
- Update workflow SHA to 0f9229dbc545a2de7b06024756e41fa5e0debc8b
- Simplify setup-script from 'pnpm run ci:validate' to 'ci:validate'1 parent 81cf832 commit 96929e5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
0 commit comments