diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 051d4925..40f52c77 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Report an issue with the Paper Buttons Row plugin +name: Report an issue description: Report an issue with the Paper Buttons Row plugin. body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/generic_issue.md b/.github/ISSUE_TEMPLATE/generic_issue.md deleted file mode 100644 index 8f2bcefe..00000000 --- a/.github/ISSUE_TEMPLATE/generic_issue.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -name: Custom issue -about: Create a generic issue ---- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a92a37d2..2ff38182 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,5 +55,8 @@ jobs: - name: "Install dependencies" run: pnpm install + - name: "Typecheck" + run: pnpm run typecheck + - name: "Run Build" run: pnpm run build