fix errors

This commit is contained in:
Dennis Eichhorn 2022-11-05 02:02:14 +01:00
parent a9c3586ba4
commit 5c2f70f3c2
4 changed files with 18 additions and 0 deletions

View File

@ -16,10 +16,18 @@ jobs:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.GH_PAT }}
- name: Checkout Build Repository
uses: actions/checkout@main
with:
fetch-depth: 1
ref: develop
repository: Karaka-Management/Build
path: Build
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
MARKDOWN_CONFIG_FILE: Build/Config/markdown.json
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

View File

@ -1,3 +1,5 @@
# New Bill
```mermaid
flowchart TB
CREATE_BILL[Create bill]-->LOCKED{Is locked?}

View File

@ -1,3 +1,7 @@
# New Item
```mermaid
flowchart TB
CREATE_PURCHASE[Create Purchase]-->FORWARD_SALES[Sales]

View File

@ -1,3 +1,7 @@
# Q-Case
```mermaid
flowchart TB
CREATE[Create]-->FORWARD[Forward]