fix: refactor correct linter version

This commit is contained in:
Marcel_Henselin 2025-12-22 17:09:22 +01:00
parent 3a24b9e930
commit 126e22414d
2 changed files with 4 additions and 4 deletions

View file

@ -43,13 +43,12 @@ jobs:
with:
version: v2.7
# - name: Lint
# run: make lint
- name: Lint
run: make lint
- name: Test
run: make test
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with: