Skip to content

Commit

Permalink
Fix the sintaxe for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeoriani committed Jun 4, 2024
1 parent 10d19c8 commit f9832b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
DOTNET_VERSION: 3.1.101
steps:
- name: Checkout code
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit f9832b1

Please sign in to comment.