Skip to content

Fixed SCAN when is passed a literal as Factor 1. #1107

Fixed SCAN when is passed a literal as Factor 1.

Fixed SCAN when is passed a literal as Factor 1. #1107

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