Merge branch 'develop' into enhancement/add-placeholder-to-enum

This commit is contained in:
Jakub Trllo 2025-02-07 10:51:32 +01:00 committed by GitHub
commit 05ee8ddd32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,4 +21,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: astral-sh/ruff-action@v1
with:
changed-files: "true"