Skip to content

Commit bf45903

Browse files
testing without pull request
1 parent 1d70957 commit bf45903

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Run Kotlin Check Tests
22
on:
33
push:
44
branches: [ "main", "development" ]
5+
# pull_request:
6+
# branches: [ "main", "development" ]
57
workflow_dispatch:
68
jobs:
79
build:

src/Main.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
fun main(){
22
println("Failed")
3+
34
}

0 commit comments

Comments
 (0)