Skip to content

Format files

Format files #12

Workflow file for this run

name: .NET Verify
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Build
run: dotnet fsi ./build.fsx