Fixed error in linters

This commit is contained in:
2025-10-07 09:07:04 +02:00
parent 5141af559e
commit 1c46b2dcaf

View File

@@ -6,7 +6,6 @@ on:
- Development
jobs:
Linters:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository