Skip to content

Commit

Permalink
Merge branch 'main' of github.com:adimiko/TransactionContext into mvp-1
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiko committed Feb 5, 2024
2 parents 6017dab + 6368f77 commit 5408485
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Pull Request

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build
- name: Test
run: dotnet test

0 comments on commit 5408485

Please sign in to comment.