fix: No problems found #6

Merged
jon merged 11 commits from fix-5-no-promlems-approve-pr into development 2025-07-12 14:11:41 +00:00
3 changed files with 40 additions and 3 deletions
Showing only changes of commit d60383e6f6 - Show all commits

View File

@ -0,0 +1,28 @@
---
name: Lint (Pull Request)
on:
jon marked this conversation as resolved
Review

Warning

YAML-Lint Severity: warning
file: .gitea/workflows/pull_request.yaml Line: 6 Column: 1

[truthy] truthy value should be one of [false, true]

> [!WARNING] > > **YAML-Lint Severity:** _warning_ > **file**: _.gitea/workflows/pull_request.yaml_ **Line**: _6_ **Column**: _1_ > > [truthy] truthy value should be one of [false, true] >
Review

Warning

YAML-Lint Severity: warning
file: .gitea/workflows/pull_request.yaml Line: 6 Column: 1

[truthy] truthy value should be one of [false, true]

> [!WARNING] > > **YAML-Lint Severity:** _warning_ > **file**: _.gitea/workflows/pull_request.yaml_ **Line**: _6_ **Column**: _1_ > > [truthy] truthy value should be one of [false, true] >
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
# - name: Enable Matcher Service
# run: |
# echo "NFC_PROBLEM_MATCHER=${GITHUB_REF_NAME}";
- uses: actions/checkout@v3
- name: Install YAMLLint
run: pip install yamllint
- name: Run YAMLLint
run: |
echo "NFC_PROBLEM_MATCHER_TYPE=YAML-Lint"
yamllint -f github . || true