Move "checkout" comment adjacent to its step

This commit is contained in:
Rob McGuire
2020-07-17 19:54:48 -07:00
committed by GitHub
parent eeaa6d60cd
commit 2740936be4
+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