Skip to content

docs: update readme badge #7

docs: update readme badge

docs: update readme badge #7

Workflow file for this run

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
- run: yarn
name: Install dependencies
- run: yarn build
name: Build