Skip to content

Bump BenchmarkDotNet from 0.14.0 to 0.15.4 #3257

Bump BenchmarkDotNet from 0.14.0 to 0.15.4

Bump BenchmarkDotNet from 0.14.0 to 0.15.4 #3257

Workflow file for this run

name: "ReFlex: Build/Lint/Test all npm projects"
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, edited, synchronize ]
branches:
- main
jobs:
angular-lint:
runs-on: windows-latest
name: install and build
steps:
- name: checkout repo with submodules
uses: actions/checkout@main
- name: setup node and install packages
uses: ./.github/actions/npm-install
- name: build complete (build / lint / test-ci commands in each workspace)
run: npm run build-complete