Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Sep 3, 2024
1 parent 4741ef6 commit 3f4fbe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.

**Crash Report / Lastest Log**
Upload your crash report or latest log to help us figure out what's going on.
**Crash Report / Latest Log**
Upload your crash report or the latest log to help us figure out what's going on.

**Screenshots / Videos**
If applicable, add screenshots or videos to help explain your problem.
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ assignees: ''
---

**Describe the feature**
Rule Name:
Description:
Options:
A description of the feature and its purpose.

**Expected behavior**
A clear and concise description of what you expect to happen.
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21
- run: ./gradlew build --stacktrace --no-daemon
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3f4fbe0

Please sign in to comment.