Skip to content

build(deps-dev): bump webpack-dev-server in /cmd/mdl/webapp (#783) #536

build(deps-dev): bump webpack-dev-server in /cmd/mdl/webapp (#783)

build(deps-dev): bump webpack-dev-server in /cmd/mdl/webapp (#783) #536

Workflow file for this run

name: Run Static Checks and Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
strategy:
fail-fast: true
matrix:
go: ['1.22']
os: ['ubuntu-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
- name: Build
run: make ci