Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Jan 9, 2025
1 parent 02e15e4 commit f4b0dde
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches: [ main ]
pull_requests:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore

0 comments on commit f4b0dde

Please sign in to comment.