Skip to content

Bump the github_actions group in /.github/workflows with 2 updates #338

Bump the github_actions group in /.github/workflows with 2 updates

Bump the github_actions group in /.github/workflows with 2 updates #338

Workflow file for this run

name: Build libraries
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build libraries
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 11
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Check
run: ./gradlew detektAll
- name: Build project
run: ./gradlew build
- name: Build XCFramework
run: ./gradlew assembleJsonLogicKMPXCFramework