Skip to content

chore: update README and bump to 0.3.0 (#41) #23

chore: update README and bump to 0.3.0 (#41)

chore: update README and bump to 0.3.0 (#41) #23

Workflow file for this run

name: Build and Test
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: make
- name: Run test with Gradle Wrapper
run: make test