Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yurvon-screamo committed Aug 20, 2024
1 parent 9f9fabc commit 8a9aa01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup dotnet
uses: ./.github/dotnet
- uses: actions/checkout@v2
- name: Run dotnet build
run: dotnet build --configuration Debug

fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup dotnet
uses: ./.github/dotnet
- uses: actions/checkout@v2
- name: dotnet format check
run: dotnet format --verify-no-changes *.sln
env:
Expand All @@ -31,9 +31,9 @@ jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup dotnet
uses: ./.github/dotnet
- uses: actions/checkout@v2
- name: unit test
run: dotnet test *sln

Expand Down

0 comments on commit 8a9aa01

Please sign in to comment.