From 8d456bbc7ee3246e457a9f669e41ea3f629bc553 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Mon, 2 May 2022 15:32:31 +0200 Subject: [PATCH] fix github actions + issue templates --- .github/{issue_template => ISSUE_TEMPLATE}/bug-report.yml | 0 .github/{issue_template => ISSUE_TEMPLATE}/feature-request.yml | 0 .github/workflows/linting.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename .github/{issue_template => ISSUE_TEMPLATE}/bug-report.yml (100%) rename .github/{issue_template => ISSUE_TEMPLATE}/feature-request.yml (100%) diff --git a/.github/issue_template/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/issue_template/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/issue_template/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml similarity index 100% rename from .github/issue_template/feature-request.yml rename to .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index eb224f44..1b00f694 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -25,7 +25,7 @@ jobs: node-version: 16 - name: Install Node.js dependencies - run: npm ci + run: yarn install - name: Run linters uses: wearerequired/lint-action@v2