Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

docs: add sunsetting message to README.md #52

docs: add sunsetting message to README.md

docs: add sunsetting message to README.md #52

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Run tests with Maven
run: |
mvn test