Skip to content

Another enhancement to control end-of-line in created file #23

Another enhancement to control end-of-line in created file

Another enhancement to control end-of-line in created file #23

Workflow file for this run

name: Build and test each commit
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build