Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
2. Click on '...'
3. Scroll down to '...'
4. See error

**Expected behavior**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/skill-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ assignees: yttrian
What should this new skill be able to do?

**Are there any other skills already similar to it?**
See the full skills list first: https://glyph.yttr.org/en/latest/skills.html
See the full skills list first: https://glyph.yttr.org/

**How should it be triggered?**
What must someone say to activate this skill?
18 changes: 8 additions & 10 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build -x test
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew build -x test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
.gradle
.idea
.kotlin
Expand Down
4 changes: 2 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bot: ./glyph-bot/build/install/glyph-bot-jvm/bin/glyph-bot
web: ./glyph-web/build/install/glyph-web-jvm/bin/glyph-web
bot: ./glyph-bot/build/install/glyph-bot/bin/glyph-bot
web: ./glyph-web/build/install/glyph-web/bin/glyph-web
Empty file modified gradlew
100644 → 100755
Empty file.