mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-21 10:41:20 +00:00
formatting & language
This commit is contained in:
parent
d132704fa3
commit
e17ea6899e
9
.github/workflows/check-dist.yml
vendored
9
.github/workflows/check-dist.yml
vendored
@ -31,11 +31,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Move checked in index.js file to tmp directory
|
|
||||||
|
- name: Move the committed index.js file
|
||||||
run: mv dist/index.js /tmp
|
run: mv dist/index.js /tmp
|
||||||
- name: Create new index.js file
|
|
||||||
|
- name: Rebuild the index.js file
|
||||||
run: npm run release
|
run: npm run release
|
||||||
- name: Compare expected vs actual index.js file
|
|
||||||
|
- name: Compare the expected and actual index.js files
|
||||||
run: git diff --ignore-all-space dist/index.js /tmp/index.js
|
run: git diff --ignore-all-space dist/index.js /tmp/index.js
|
||||||
id: diff
|
id: diff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user