buildah-build/.github/workflows/verify-bundle.yml
Tim Etchells 2f1cc9082b Add verify bundle workflow and package-lock
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-19 13:44:17 -05:00

18 lines
416 B
YAML

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"