tangled
alpha
login
or
join now
nayrid.com
/
java-template
1
fork
atom
Opinionated java-library project template
1
fork
atom
overview
issues
pulls
pipelines
feat: ci, perhaps
kokirigla.de
1 month ago
ee3d9bcb
12124192
verified
This commit was signed with the committer's
known signature
.
kokirigla.de
SSH Key Fingerprint:
SHA256:BlSEtD3ZoKT3iKveofI8gba+lZ9CEolKRM1Pzy3pAwg=
+14
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
check.yml
+14
.tangled/workflows/check.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request", "manual"]
3
3
+
branch: ["main"]
4
4
+
5
5
+
engine: "nixery"
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- "javaPackages.compiler.temurin-bin.jre-25"
10
10
+
11
11
+
steps:
12
12
+
- name: "check"
13
13
+
command: |
14
14
+
"./gradlew check"