Browse Source

fix github actions + issue templates

pull/74/head
Jelle van Snik 3 years ago
parent
commit
8d456bbc7e
  1. 0
      .github/ISSUE_TEMPLATE/bug-report.yml
  2. 0
      .github/ISSUE_TEMPLATE/feature-request.yml
  3. 2
      .github/workflows/linting.yml

0
.github/issue_template/bug-report.yml → .github/ISSUE_TEMPLATE/bug-report.yml

0
.github/issue_template/feature-request.yml → .github/ISSUE_TEMPLATE/feature-request.yml

2
.github/workflows/linting.yml

@ -25,7 +25,7 @@ jobs: @@ -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

Loading…
Cancel
Save