.forgejo/workflows/nyxscanner.yml hinzugefügt #18

Merged
alpha-nerd merged 13 commits from nyx into main 2026-05-13 10:12:41 +02:00
Showing only changes of commit 8f33944a65 - Show all commits

View file

@ -10,12 +10,18 @@ jobs:
steps:
- name: Checkout PR
uses: https://code.forgejo.org/actions/checkout@v4
run: |
git clone --depth=1 \
"https://oauth2:${{ github.token }}@bitfreedom.net/code/${{ github.repository }}.git" \
.
git fetch --depth=1 origin ${{ github.sha }}
git checkout ${{ github.sha }}
- name: Clone nyx from Forgejo mirror
run: |
git clone --depth=1 --branch master \
https://bitfreedom.net/code/apunkt/nyx .nyx-src
"https://oauth2:${{ github.token }}@bitfreedom.net/code/apunkt/nyx.git" \
.nyx-src
- name: Install Rust
run: |