Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shemuwel committed Dec 21, 2023
1 parent c563987 commit abfaa28
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .github/release-drafter.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Java CI with Maven

on:
push:
branches: [ "custom_label" ]
pull_request:
branches: [ "custom_label" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn test -Dcheckstyle.skip
17 changes: 0 additions & 17 deletions .github/workflows/release-drafter.yml

This file was deleted.

0 comments on commit abfaa28

Please sign in to comment.