We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d08c7 commit 2f9de4fCopy full SHA for 2f9de4f
2 files changed
.github/workflows/test.main.kts
@@ -66,7 +66,7 @@ workflow(
66
find -name *.main.kts -print0 | while read -d ${'$'}'\0' file
67
do
68
echo "Compiling ${'$'}file..."
69
- kotlinc -Werror -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "${'$'}file"
+ kotlinc -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "${'$'}file"
70
done
71
""".trimIndent()
72
)
.github/workflows/test.yaml
@@ -37,7 +37,7 @@ jobs:
37
find -name *.main.kts -print0 | while read -d $'\0' file
38
39
echo "Compiling $file..."
40
- kotlinc -Werror -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "$file"
+ kotlinc -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "$file"
41
42
validate_typings:
43
name: 'Validate typings'
0 commit comments