Skip to content

Added PR template

Added PR template #67

Workflow file for this run

name: Build Plugin Commands
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build, test and upload artifacts
uses: Pogromca-SCP/build-nwapi-plugin@v1
with:
plugin-name: PluginCommands
refs-variable: SL_REFERENCES