Skip to content

chore: update libs #155

chore: update libs

chore: update libs #155

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Run Tests
run: ./gradlew check --stacktrace