mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
feat: Add issue templates for bug reports and feature requests, and update PR template
This commit is contained in:
@@ -11,16 +11,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run markdownlint-cli2
|
||||
uses: DavidAnson/markdownlint-cli2-action@v19
|
||||
with:
|
||||
globs: |
|
||||
**/*.md
|
||||
!.dev/**
|
||||
!docs/api/**
|
||||
!**/node_modules/**
|
||||
!**/bin/**
|
||||
!**/obj/**
|
||||
- name: Run markdownlint
|
||||
run: bash scripts/lint-markdown.sh
|
||||
|
||||
test:
|
||||
name: Build & Test
|
||||
|
||||
Reference in New Issue
Block a user