Skip to content

Revert "fix: enchant scroll preview floor and in-place enchant update" #678

Revert "fix: enchant scroll preview floor and in-place enchant update"

Revert "fix: enchant scroll preview floor and in-place enchant update" #678

Workflow file for this run

name: Test Maple2
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9
- name: Test
run: dotnet test -c Release