From 84995fe1e9136b662af0d6fa1bbf5b95542889ba Mon Sep 17 00:00:00 2001 From: Josh Willox Date: Mon, 13 Feb 2023 01:19:45 +1100 Subject: [PATCH] feat: update github files --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/generic_issue.md | 4 ---- .github/workflows/ci.yml | 3 +++ 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/generic_issue.md 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