Skip to content

Commit

Permalink
ci(GitHub Actions): Fix style pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Apr 6, 2024
1 parent 6e20d3c commit ca6ffc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code-style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages

steps:
- name: Check out repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up .NET SDK
uses: actions/setup-dotnet@v4
with:
Expand All @@ -42,11 +47,6 @@ jobs:
test/**/packages.lock.json
global-json-file: global.json

- name: Check out repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Run dotnet format
run: >-
dotnet format
Expand Down

0 comments on commit ca6ffc9

Please sign in to comment.