Skip to content

Commit bf9349a

Browse files
committed
Merge remote-tracking branch 'upstream/master' into minor_fix
# Conflicts: # docs/topics/annotations.md # docs/topics/whatsnew/whatsnew22.md
2 parents 63c818f + 38c7276 commit bf9349a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2161
-463
lines changed

.github/workflows/verify-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
uses: actions/setup-java@v3
1414
with:
1515
java-version: '17'
16-
distribution: 'zulu'
16+
distribution: 'corretto'
1717
- name: Run a verifier
18-
uses: zoobestik/kotlin-samples-verifier@master
18+
uses: AlexanderPrendota/kotlin-samples-verifier@master
1919
with:
2020
push-repository: 'https://github.com/JetBrains/kotlin-compiler-server'
2121
tag-filter: '#tag="code" & kotlin-runnable="true" & !validate="false"'

.junie/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tasks.md

0 commit comments

Comments
 (0)