lily_website

📜 CI Develop Workflow (ci-develop.yml)

⬅️ Back 🏠 Docs Root

This GitHub Actions workflow is designed for a fast quality check during active development. It is triggered on every push or Pull Request targeting the develop branch. The workflow focuses on linting and type checking to ensure code quality early in the development cycle.

Trigger

Jobs

1. lint

This job performs static code analysis (linting) and type checking.