Skip to content

build(deps-dev): bump eslint from 8.57.0 to 8.57.1 in /cmd/mdl/webapp… #535

build(deps-dev): bump eslint from 8.57.0 to 8.57.1 in /cmd/mdl/webapp…

build(deps-dev): bump eslint from 8.57.0 to 8.57.1 in /cmd/mdl/webapp… #535

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