Files
SabreTools/.github/workflows/check_pr.yml
2024-12-30 21:35:21 -05:00

20 lines
325 B
YAML

name: Build PR
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Build
run: dotnet build