Skip to content

Commit

Permalink
Add simple build
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Dec 11, 2023
1 parent 12d4b85 commit 0a84b8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build

on: [push,pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Build
run: dotnet build

0 comments on commit 0a84b8c

Please sign in to comment.