Attempt to steal from forgejo repo the repo check

This commit is contained in:
Derek 2025-03-07 22:13:23 +00:00
parent f138aa1b68
commit a6dcbab861

View file

@ -20,7 +20,9 @@ jobs:
java -version
- name: Checkout repository
run: git clone https://git.starmc.net/MelonEconomy/Melon-Proxy.git
- uses: https://data.forgejo.org/actions/setup-node@v4
with:
node-version: 20
- name: Build with Maven
run: mvn clean install -DskipTests