FinanceRoutines.jl

Financial data routines for Julia
Log | Files | Refs | README | LICENSE

commit 12f368cb2156503e11fecd914949e72000e6c452
parent 68bf2cdc78a73a6d641d3b42940d8df190e3b401
Author: Erik Loualiche <[email protected]>
Date:   Sun, 15 Feb 2026 19:41:54 -0600

Add skip-ci guidance to CLAUDE.md [skip ci]

Co-Authored-By: Claude Opus 4.6 <[email protected]>

Diffstat:
MCLAUDE.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/CLAUDE.md b/CLAUDE.md @@ -17,6 +17,11 @@ FinanceRoutines.jl — Julia package for financial data (WRDS/CRSP, Compustat, F - **Compat.toml**: Update if compat bounds changed - Can update via GitHub API (`gh api ... -X PUT`) without cloning +## Commits + +- CI runs WRDS tests which are slow and costly. Add `[skip ci]` to commit messages when changes don't affect code (docs, README, CLAUDE.md, comments, etc.) +- Only let CI run when changes touch `src/`, `test/`, or `Project.toml` + ## Testing ```bash