ps2_manager/.forgejo/workflows/dotnet.yaml
WeeXnes e4c7824ce8
All checks were successful
Java CI / test (push) Successful in 0s
.forgejo/workflows/dotnet.yaml aktualisiert
2025-04-22 02:32:49 +00:00

15 lines
166 B
YAML

name: Java CI
on: [push]
jobs:
test:
runs-on: arch-rolling
steps:
- name: Check JDK Version
run: |
dotnet --version