Skip to content

Bump Discord.Net.Interactions from 3.14.1 to 3.15.3 #155

Bump Discord.Net.Interactions from 3.14.1 to 3.15.3

Bump Discord.Net.Interactions from 3.14.1 to 3.15.3 #155

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Dotnet Build
run: dotnet build