Skip to content

Merge pull request #67 from wayfair-incubator/renovate/npm-webpack-vu… #277

Merge pull request #67 from wayfair-incubator/renovate/npm-webpack-vu…

Merge pull request #67 from wayfair-incubator/renovate/npm-webpack-vu… #277

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint --if-present
- run: npm run build --if-present
- run: npm test --if-present