Skip to content

ci: move workflow to .github/workflows/ so Actions runs it#9

Open
astefano wants to merge 1 commit into
verse-lab:masterfrom
astefano:fix/ci-workflow-location
Open

ci: move workflow to .github/workflows/ so Actions runs it#9
astefano wants to merge 1 commit into
verse-lab:masterfrom
astefano:fix/ci-workflow-location

Conversation

@astefano

@astefano astefano commented Jun 4, 2026

Copy link
Copy Markdown

The CI workflow was at workflows/lean_action_ci.yml; so GitHub Actions doesn't discover it.

Closes #8.

The workflow lived at `workflows/lean_action_ci.yml`; GitHub Actions only
discovers workflows under `.github/workflows/`, so it never ran (the repo has
no recorded Actions runs).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

CI workflow is under workflows/ instead of .github/workflows/, so it never runs

1 participant