Skip to content

chore: update all URLs to EnrowAPI org, add stars and last-commit badges #1

chore: update all URLs to EnrowAPI org, add stars and last-commit badges

chore: update all URLs to EnrowAPI org, add stars and last-commit badges #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- run: mvn compile
- run: mvn test