Skip to content

Updated to latest libsession-util and clean up #28

Updated to latest libsession-util and clean up

Updated to latest libsession-util and clean up #28

Workflow file for this run

name: Check
on:
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Verify build for PR
run: ./gradlew check