Skip to content

remove test_tony temporary test #1102

remove test_tony temporary test

remove test_tony temporary test #1102

Workflow file for this run

name: CIBuild
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Checking kotlin formatting
run: ./gradlew ktlintCheck
- name: Compiling and test
run: ./gradlew check