Skip to content

Fixes examples to use the new List/ExplList distinction. #94

Fixes examples to use the new List/ExplList distinction.

Fixes examples to use the new List/ExplList distinction. #94

Workflow file for this run

name: Build SMOL
on:
push:
jobs:
build-smol:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v2
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew build