.forgejo/workflows/dotnet.yaml hinzugefügt
Some checks failed
Java CI / test (push) Failing after 1s

This commit is contained in:
WeeXnes 2025-04-22 02:15:40 +00:00
parent 9cf82557ba
commit 0c4a7e028c

View file

@ -0,0 +1,15 @@
name: Java CI
on: [push]
jobs:
test:
runs-on: arch-rolling
steps:
- name: Check JDK Version
run: |
cargo -V