Bump BenchmarkDotNet from 0.14.0 to 0.15.4 #3311
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |