Skip to content

fix: fix code ql warnings in BasicServiceProvider #381

fix: fix code ql warnings in BasicServiceProvider

fix: fix code ql warnings in BasicServiceProvider #381

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
- run: dotnet build MetasysServices --configuration Release
- run: dotnet test