Skip to content

Run the Sign function in an STA thread to be able to sign js files #92

Run the Sign function in an STA thread to be able to sign js files

Run the Sign function in an STA thread to be able to sign js files #92

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'
- run: dotnet test