Skip to content

Multiple emoteboard bug fixes #352

Multiple emoteboard bug fixes

Multiple emoteboard bug fixes #352

name: ClemBot.Api-integration
on:
push:
branches: [ master ]
paths:
- "ClemBot.Api/**"
pull_request:
branches: [ master ]
paths:
- "ClemBot.Api/**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ClemBot.Api
steps:
- uses: actions/checkout@v2
- name: Checkout repo
uses: actions/checkout@v2
- name: Add dotnet-format problem matcher
uses: xt0rted/dotnet-format-problem-matcher@v1
- name: Restore format dependencies
run: dotnet tool restore
- name: Run dotnet format
run: dotnet tool run dotnet-format