Skip to content

fix docs pointing to new branch name #66

fix docs pointing to new branch name

fix docs pointing to new branch name #66

Workflow file for this run

name: Checks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run checks
run: ./gradlew check