Skip to content

Update dependency simple-git to v3 [SECURITY] #198

Update dependency simple-git to v3 [SECURITY]

Update dependency simple-git to v3 [SECURITY] #198

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest #ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Build
run: dotnet build ./Src/ReadMeSynchronizer.sln --configuration Release
#- name: Test
# run: dotnet test --no-restore --verbosity normal