Skip to content

ci: add GitHub Actions for testing and publishing #2

ci: add GitHub Actions for testing and publishing

ci: add GitHub Actions for testing and publishing #2

Workflow file for this run

name: Check
on:
pull_request:
branches:
- master
- devel
jobs:
check:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@master
with:
java-version: 17