Skip to content

Remove OAuth1.0

Remove OAuth1.0 #8

Workflow file for this run

name: Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
- name: Run Unit Test
run: dotnet test
- name: Build Solution
run: dotnet build --configuration Release