Skip to content

Refactor shared parts of github workflows #20

Refactor shared parts of github workflows

Refactor shared parts of github workflows #20

Workflow file for this run

name: CI Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
shared:
uses: ./.github/workflows/shared.yml
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build release
run: dotnet build src/mcpride-markdig-extensions.sln --no-restore --configuration Release