Skip to content

Merge pull request #90 from Frameright/dependabot/npm_and_yarn/image-… #209

Merge pull request #90 from Frameright/dependabot/npm_and_yarn/image-…

Merge pull request #90 from Frameright/dependabot/npm_and_yarn/image-… #209

Workflow file for this run

name: validate
on:
- push
- pull_request
jobs:
validate-build-upload:
runs-on: ubuntu-latest
defaults:
run:
working-directory: image-display-control/
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm pack
- uses: actions/upload-artifact@v3
with:
name: image-display-control
path: image-display-control/frameright-image-display-control-web-component-*.tgz
if-no-files-found: error