Skip to content

Bump KOTLIN_VERSION from 1.9.0 to 1.9.10 #146

Bump KOTLIN_VERSION from 1.9.0 to 1.9.10

Bump KOTLIN_VERSION from 1.9.0 to 1.9.10 #146

Workflow file for this run

name: AllChecks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
- name: Check changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
./gradlew onChainCheck -PfileToCheck=$file
done
- name: Build
run: |
./gradlew run