Skip to content

ci: add code statistics workflow with tokei#346

Merged
josecelano merged 1 commit intomainfrom
add-code-statistics-workflow
Feb 13, 2026
Merged

ci: add code statistics workflow with tokei#346
josecelano merged 1 commit intomainfrom
add-code-statistics-workflow

Conversation

@josecelano
Copy link
Member

Summary

Adds a new GitHub Actions workflow that runs tokei on all tracked files to produce source code statistics for the repository.

Changes

  • New workflow: .github/workflows/code-statistics.yml — runs git ls-files | xargs tokei on pushes to main, on PRs, and on manual dispatch
  • README badge: Added "Code Statistics" workflow badge to the README
  • Dictionary: Added tokei to project-words.txt for cspell

@josecelano
Copy link
Member Author

ACK 9e11883

@josecelano josecelano merged commit 7690997 into main Feb 13, 2026
35 checks passed
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.

1 participant