Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.1 to 1.7.2 #123

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.1 to 1.7.2

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.1 to 1.7.2 #123

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