mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add verify bundle workflow and package-lock
Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
parent
d26694b47f
commit
2f1cc9082b
3 changed files with 180 additions and 4 deletions
18
.github/workflows/verify-bundle.yml
vendored
Normal file
18
.github/workflows/verify-bundle.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: Verify Bundle
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
verify-bundle:
|
||||
name: Verify Distribution Bundle
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Check Distribution
|
||||
uses: tetchel/bundle-verifier-action@v0.0.2
|
||||
with:
|
||||
bundle_file: dist/index.js
|
||||
bundle_command: "npm run bundle"
|
Loading…
Add table
Add a link
Reference in a new issue