Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ cache: stages: - setup_and_format # A single stage to perform all modifications sequentially - lint # A stage for checks that don't modify code (like pylint) # - auto_commit # Optional stage for committing changes - auto_commit # Optional stage for committing changes # Job 1: Install Noctua and its dependencies install_noctua: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ cache: stages: - setup_and_format # A single stage to perform all modifications sequentially - lint # A stage for checks that don't modify code (like pylint) # - auto_commit # Optional stage for committing changes - auto_commit # Optional stage for committing changes # Job 1: Install Noctua and its dependencies install_noctua: Loading