Skip to content

reversed pstacks output for better readability, added an option to sh… #52

reversed pstacks output for better readability, added an option to sh…

reversed pstacks output for better readability, added an option to sh… #52

Workflow file for this run

name: PR validation
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build
- name: Test
run: dotnet test