Skip to content

Merge branch 'master' of https://github.com/flowsynx/plugin-csv #14

Merge branch 'master' of https://github.com/flowsynx/plugin-csv

Merge branch 'master' of https://github.com/flowsynx/plugin-csv #14

Workflow file for this run

name: build-master
on:
push:
branches: [ master ]
jobs:
build:
name: build-master
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build