Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 21, 2025

CI was failing due to an unused function and outdated test expectations after action pins were updated with specific version numbers.

Changes

  • Removed unused function: Deleted removeInternalMarkers() in pkg/workflow/compiler_parse.go - functionality already handled by copyFrontmatterWithoutInternalMarkers()

  • Updated action pin tests: Adjusted expectations in pkg/workflow/action_pins_test.go for:

    • Pin count: 28 → 37 (reflects additional specific version entries in action_pins.json)
    • Version format: v5v5.0.1, v6v6.1.0
  • Updated runtime setup tests: Fixed SHA expectations in pkg/workflow/runtime_setup_test.go and pkg/workflow/runtime_setup_integration_test.go for:

    • astral-sh/setup-uv@v5.4.2
    • erlef/setup-beam@v1.20.4
    • haskell-actions/setup@v2.9.0

Note

Pre-existing test failure in pkg/campaign (expects missing campaign files) is unrelated and not addressed.

Original prompt

format, lint, fix tests

Custom agent used: ci-cleaner
Tidies up the repository CI state by formatting sources, running linters, fixing issues, running tests, and recompiling workflows


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 4 commits December 21, 2025 19:57
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Format code, lint checks, and fix failing tests Fix linting errors and update test expectations for action pins Dec 21, 2025
Copilot AI requested a review from pelikhan December 21, 2025 20:26
@pelikhan pelikhan marked this pull request as ready for review December 21, 2025 20:29
@pelikhan pelikhan merged commit 21e255c into main Dec 21, 2025
4 checks passed
@pelikhan pelikhan deleted the copilot/format-lint-fix-tests-again branch December 21, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants