Checkout code before running it

This commit is contained in:
Greg Hellings
2022-05-04 09:05:39 -05:00
parent aafd20c411
commit b99a738da0
+2
View File
@@ -8,6 +8,8 @@ jobs:
validate: validate:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install packer - name: Install packer
uses: ./.github/actions/install_packer/ uses: ./.github/actions/install_packer/
- name: Run syntax check - name: Run syntax check