Skip to content

Commit

Permalink
Use run-tests-action integrity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike committed Apr 12, 2024
1 parent 5bd9dba commit 8775e82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ jobs:
retention-days: 7
- name: Run tests
uses: Particular/[email protected]
repo-integrity:
name: Repo integrity
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Repo integrity tests
uses: Particular/repo-integrity-action@main
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
- name: Repo integrity tests
uses: Particular/repo-integrity-action@main
- name: Build
run: dotnet build src --configuration Release
- name: Sign NuGet packages
Expand Down

0 comments on commit 8775e82

Please sign in to comment.