File tree Expand file tree Collapse file tree 6 files changed +14
-15
lines changed
Expand file tree Collapse file tree 6 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ A clear and concise description of what the bug is.
1313** To Reproduce**
1414Steps to reproduce the behavior:
15151 . Go to '...'
16- 2 . Click on '.... '
17- 3 . Scroll down to '.... '
16+ 2 . Click on '...'
17+ 3 . Scroll down to '...'
18184 . See error
1919
2020** Expected behavior**
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ assignees: yttrian
1111What should this new skill be able to do?
1212
1313** Are there any other skills already similar to it?**
14- See the full skills list first: https://glyph.yttr.org/en/latest/skills.html
14+ See the full skills list first: https://glyph.yttr.org/
1515
1616** How should it be triggered?**
1717What must someone say to activate this skill?
Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ on: [push]
44
55jobs :
66 build :
7-
87 runs-on : ubuntu-latest
98
109 steps :
11- - uses : actions/checkout@v2
12- - name : Set up JDK 17
13- uses : actions/setup-java@v1
14- with :
15- java-version : 17
16- - name : Grant execute permission for gradlew
17- run : chmod +x gradlew
18- - name : Build with Gradle
19- run : ./gradlew build -x test
10+ - uses : actions/checkout@v4
11+ - name : Set up JDK 21
12+ uses : actions/setup-java@v4
13+ with :
14+ java-version : ' 21'
15+ distribution : ' zulu'
16+ - name : Build with Gradle
17+ run : ./gradlew build -x test
Original file line number Diff line number Diff line change 1+ .env
12.gradle
23.idea
34.kotlin
Original file line number Diff line number Diff line change 1- bot : ./glyph-bot/build/install/glyph-bot-jvm /bin/glyph-bot
2- web : ./glyph-web/build/install/glyph-web-jvm /bin/glyph-web
1+ bot : ./glyph-bot/build/install/glyph-bot/bin/glyph-bot
2+ web : ./glyph-web/build/install/glyph-web/bin/glyph-web
You can’t perform that action at this time.
0 commit comments