Skip to content

Bump FakeItEasy from 8.0.0 to 8.0.1 #81

Bump FakeItEasy from 8.0.0 to 8.0.1

Bump FakeItEasy from 8.0.0 to 8.0.1 #81

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ master, dev ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Build
run: |
dotnet build
- name: Test
run: |
dotnet test