Skip to content

Bump System.Configuration.ConfigurationManager from 9.0.4 to 9.0.9 #3345

Bump System.Configuration.ConfigurationManager from 9.0.4 to 9.0.9

Bump System.Configuration.ConfigurationManager from 9.0.4 to 9.0.9 #3345

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