Skip to content

go back to a single worker per editor instance #153

go back to a single worker per editor instance

go back to a single worker per editor instance #153

Workflow file for this run

name: verify
on: [push, pull_request]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 20
- name: Verify
run: |
dotnet fsi build.fsx -p verify