.forgejo/workflows/dotnet.yaml hinzugefügt
Some checks failed
Java CI / test (push) Failing after 1s
Some checks failed
Java CI / test (push) Failing after 1s
This commit is contained in:
parent
9cf82557ba
commit
0c4a7e028c
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/dotnet.yaml
Normal file
15
.forgejo/workflows/dotnet.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Java CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: arch-rolling
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Check JDK Version
|
||||||
|
run: |
|
||||||
|
cargo -V
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue