Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add Justfile format check to code quality workflow (#43)
# Pull Request ## Description This change adds a new job to the code quality workflow to check the formatting of the Justfile. The new job, named "Check Justfile Format", runs on Ubuntu and performs the following steps: 1. Checks out the repository 2. Sets up the Just command runner 3. Executes the `just format-check` command to verify the Justfile's formatting This addition enhances the existing code quality checks by ensuring that the Justfile adheres to consistent formatting standards. fixes #39
- Loading branch information