feat: prototype perimeter patrol, 3D view, and swarm algorithms #4

Open
eSlider wants to merge 3 commits from feat/prototype-swarm-patrol into main
Showing only changes of commit 1cc2b9a8f2 - Show all commits
+2
View File
@@ -25,6 +25,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
git clone --depth=50 https://${{ gitea.actor }}:${{ gitea.token }}@git.produktor.io/${{ gitea.repository }}.git . git clone --depth=50 https://${{ gitea.actor }}:${{ gitea.token }}@git.produktor.io/${{ gitea.repository }}.git .
git fetch --depth=1 origin ${{ gitea.sha }}
git checkout ${{ gitea.sha }} git checkout ${{ gitea.sha }}
- name: Install dependencies - name: Install dependencies
@@ -62,6 +63,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
git clone --depth=1 https://${{ gitea.actor }}:${{ gitea.token }}@git.produktor.io/${{ gitea.repository }}.git . git clone --depth=1 https://${{ gitea.actor }}:${{ gitea.token }}@git.produktor.io/${{ gitea.repository }}.git .
git fetch --depth=1 origin ${{ gitea.sha }}
git checkout ${{ gitea.sha }} git checkout ${{ gitea.sha }}
- name: Install Trivy - name: Install Trivy