chore: update license from MIT to Apache-2.0 across all files
All checks were successful
CI / test (3.13) (push) Successful in 42s
All checks were successful
CI / test (3.13) (push) Successful in 42s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Local CI script to test the same steps as the Gitea workflow
|
||||
set -e
|
||||
@@ -19,7 +19,10 @@ echo "🎨 Checking code formatting..."
|
||||
uv run ruff format --check
|
||||
|
||||
echo "📝 Running MyPy type checking..."
|
||||
uv run mypy src
|
||||
uv run mypy .
|
||||
|
||||
echo "🔍 Running Reuse linting..."
|
||||
uv run reuse lint
|
||||
|
||||
echo "🧪 Running tests..."
|
||||
uv run pytest
|
||||
|
||||
Reference in New Issue
Block a user