diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md diff --git a/.github/workflows/bootstrap_lint_workflow.yml b/.github/workflows/pr_check_workflow.yml similarity index 96% rename from .github/workflows/bootstrap_lint_workflow.yml rename to .github/workflows/pr_check_workflow.yml index 346b85905376..b60cc4c5900b 100644 --- a/.github/workflows/bootstrap_lint_workflow.yml +++ b/.github/workflows/pr_check_workflow.yml @@ -27,3 +27,4 @@ jobs: node-version: ${{ matrix.node-version }} - run: yarn osd bootstrap - run: yarn lint + - run: yarn test:jest