Skip to content

Commit

Permalink
Fix 2 other typos of the same type
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho committed Dec 3, 2019
1 parent c5464e0 commit 3ef664b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: Test
runs-on: ubuntu-latest
steps:
- name: Chectout
- name: Checkout
uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand All @@ -59,7 +59,7 @@ jobs:
needs: Test
runs-on: ubuntu-latest
steps:
- name: Chectout
- name: Checkout
uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 3ef664b

Please sign in to comment.