Skip to content

Commit 550fef4

Browse files
committed
workflow
1 parent b9e9455 commit 550fef4

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/cringe.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: cringe
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
gradle:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-java@v3
15+
with:
16+
distribution: 'adopt'
17+
java-version: 21
18+
- uses: gradle/gradle-build-action@v2
19+
with:
20+
arguments: classes

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.gradle
2+
.idea
3+
build

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)