Skip to content

chore(deps-dev): bump webpack-dev-server from 5.2.3 to 5.2.4 #273

chore(deps-dev): bump webpack-dev-server from 5.2.3 to 5.2.4

chore(deps-dev): bump webpack-dev-server from 5.2.3 to 5.2.4 #273

Workflow file for this run

name: Check Formatting and Build
on:
pull_request:
push:
branches-ignore:
- main
- next
- "release-please--*"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Check formatting
run: npm run format:check
- name: Build
run: npm run build