Skip to content

Commit

Permalink
Should fix CI build (while CLI is in place)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed May 9, 2024
1 parent a37d07c commit 0ffe620
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
dotnet-version: '8.x.x'

# This is a temporary step. Since the CLI references the main project locally, the main
# project must be built first. When the CLI is removed, this may be removed as well.
- name: Build main project
run: dotnet build src/GitHub.Octokit.SDK.csproj

- name: Format
run: dotnet format --verify-no-changes

Expand Down

0 comments on commit 0ffe620

Please sign in to comment.