Checkout before action

This commit is contained in:
Greg Hellings
2022-06-01 00:06:03 -05:00
parent 2184b29795
commit 17ed669ef1
3 changed files with 8 additions and 4 deletions
-4
View File
@@ -8,10 +8,6 @@ inputs:
runs:
using: composite
steps:
- name: Checkout project
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Python 3
uses: actions/setup-python@v3
with: