Skip to content

LA_TEMP vscode settings #135

LA_TEMP vscode settings

LA_TEMP vscode settings #135

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