Skip to content

[K2] Add a check that source roots do not intersect (#3465) #403

[K2] Add a check that source roots do not intersect (#3465)

[K2] Add a check that source roots do not intersect (#3465) #403

Workflow file for this run

name: Gradle check
on:
push:
branches:
- master
pull_request:
paths:
- 'gradle/**'
jobs:
wrapper:
name: wrapper checksums
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1