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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Create a report for a bug, regression, or unexpected behavior
title: "[BUG] "
labels: bug
assignees: ''
assignees: ""
---

<!--- Provide a general summary of the issue in the Title above -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: "[FEATURE] "
labels: enhancement
assignees: ''
assignees: ""
---

<!--- Provide a general summary of the issue in the Title above -->
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint_test_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Node.js
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
deno-version: "2.4.0"
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Node.js
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
deno-version: "2.4.0"
Expand Down
Loading
Loading