Skip to content

Commit 77c192e

Browse files
committed
adding a workflow for CI
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 544877c commit 77c192e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- name:Checkout code
15+
- name: Checkout code
1616
uses: actions/checkout@master
1717
- name: Restore NuGet Packages
1818
run: nuget restore GraphLayout/GraphLayout.sln

0 commit comments

Comments
 (0)