Skip to content

docs: Update 0.x readme (#82) #84

docs: Update 0.x readme (#82)

docs: Update 0.x readme (#82) #84

Workflow file for this run

# This workflow will install Python dependencies, run pre-commit checks, and run tests with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Build
on:
workflow_call:
push:
branches: [ main, 0.x ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up .NET 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0
- name: Install dependencies
run: |
dotnet restore
- name: Build project
id: build
run: |
dotnet build