Skip to content

[Rust] Use arrays instead of vectors in Chapter 4.1 Array (#1357) #3

[Rust] Use arrays instead of vectors in Chapter 4.1 Array (#1357)

[Rust] Use arrays instead of vectors in Chapter 4.1 Array (#1357) #3

Workflow file for this run

name: Kotlin
on:
push:
branches: [ "main" ]
paths: ["codes/kotlin/**/*.kt"]
pull_request:
branches: [ "main" ]
paths: ["codes/kotlin/**/*.kt"]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
name: Kotlin on ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- name: Build JAR
run: kotlinc codes/kotlin/**/*.kt -include-runtime -d codes/kotlin/build/test.jar