Skip to content

Merge branch 'master' of https://github.com/space-wizards/SS14.Admin #1

Merge branch 'master' of https://github.com/space-wizards/SS14.Admin

Merge branch 'master' of https://github.com/space-wizards/SS14.Admin #1

Workflow file for this run

name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore