Skip to content

Consolidate environment variables and add PR checks #1

Consolidate environment variables and add PR checks

Consolidate environment variables and add PR checks #1

Workflow file for this run

name: pr-check
on:
push:
branches:
- master
- feature/*
pull_request:
branches:
- master
- feature/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Check out Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run cake
uses: cake-build/[email protected]
with:
script-path: pull-request.cake
arguments: |
configuration: Release