Merge pull request #594 from robatron/patch-1

Move "checkout" comment adjacent to its step
This commit is contained in:
Andy McKay
2020-07-20 08:14:13 -07:00
committed by GitHub
+1 -1
View File
@@ -60,8 +60,8 @@ jobs:
run:
shell: bash
# Checkout the repository to the GitHub Actions runner
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v2