Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Bump jetbrains.resharper.globaltools from 2021.2.2 to 2023.3.0 #367

Bump jetbrains.resharper.globaltools from 2021.2.2 to 2023.3.0

Bump jetbrains.resharper.globaltools from 2021.2.2 to 2023.3.0 #367

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: Build
run: dotnet build -c Debug
- name: Unit Tests
run: dotnet test