mirror of
https://github.com/pnpm/action-setup.git
synced 2026-03-21 00:13:31 +08:00
Compare commits
3 Commits
master
...
update-nod
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c147d3f3ca | ||
|
|
9a52a9ef25 | ||
|
|
aeb1c1fbbe |
28
.github/workflows/pr-check.yaml
vendored
28
.github/workflows/pr-check.yaml
vendored
@@ -1,28 +0,0 @@
|
|||||||
name: pr-check
|
|
||||||
|
|
||||||
on: [ pull_request ]
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
check-dist:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
|
|
||||||
|
|
||||||
- name: Setup pnpm
|
|
||||||
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
|
|
||||||
with:
|
|
||||||
run_install: true
|
|
||||||
version: 9
|
|
||||||
|
|
||||||
- name: Update dist/index.js
|
|
||||||
run: pnpm run build
|
|
||||||
|
|
||||||
- name: Check for uncommitted changes in dist
|
|
||||||
run: git diff --exit-code dist/index.js
|
|
||||||
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user