Skip to content

Commit

Permalink
Fix typo (neo-project#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored and Luchuan committed Jan 10, 2020
1 parent 96e9282 commit 4157685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
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 @@ -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 4157685

Please sign in to comment.