move run to checkout step

This commit is contained in:
Legit4K
2021-08-31 02:32:01 +01:00
committed by GitHub
parent dc08361c72
commit 48df6280f2

View File

@@ -40,6 +40,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
run: mkdir -p target/
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
@@ -72,6 +73,5 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.4
run: mkdir -p target/
with:
path: target/