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

View File

@@ -40,6 +40,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Create directory
run: mkdir -p target/ run: mkdir -p target/
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.