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
ci: not enough memory to use ci :(
kokirigla.de
1 month ago
b4e28764
3c8ec77f
verified
This commit was signed with the committer's
known signature
.
kokirigla.de
SSH Key Fingerprint:
SHA256:BlSEtD3ZoKT3iKveofI8gba+lZ9CEolKRM1Pzy3pAwg=
-18
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
check.yml
-18
.tangled/workflows/check.yml
reviewed
···
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
-
- "bash"
10
10
-
- "coreutils"
11
11
-
- "findutils"
12
12
-
- "gnused"
13
13
-
- "temurin-bin"
14
14
-
15
15
-
steps:
16
16
-
- name: "check"
17
17
-
command: |
18
18
-
./gradlew check --no-daemon