Skip to content

Context menu for closing grep tabs #21

Context menu for closing grep tabs

Context menu for closing grep tabs #21

Workflow file for this run

name: tests
on: push
jobs:
tests:
name: Unit Testing
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- run: dotnet test --verbosity normal --configuration Release