mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 07:36:46 +00:00
feat: launch Vibeflow n8n v0.5.0
This commit is contained in:
commit
097f35215f
60 changed files with 2831 additions and 0 deletions
16
.github/workflows/markdown-lint.yml
vendored
Normal file
16
.github/workflows/markdown-lint.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Markdown Check
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
markdown-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: List markdown files
|
||||
run: |
|
||||
find . -type f \( -name "*.md" -o -name "VERSION" \) | sort
|
||||
Loading…
Add table
Add a link
Reference in a new issue