Skip to content

Commit b5a7610

Browse files
Merge pull request #2855 from rainlanguage/git-clean-2853
Rename the currency check to git-clean
2 parents 31d0421 + e4a6c10 commit b5a7610

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: copy-artifacts
1+
name: Git is clean
22
on: [push]
33
jobs:
4-
copy-artifacts:
4+
git-clean:
55
# Build from committed sources and assert the committed meta/pointer
66
# artifacts are still current. The meta hook is `script/build-meta.sh`;
77
# pointers + abis use the upstream Build.sol convention.

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ pre-authorized; don't stop to ask about address/codehash churn.
1212
- Run `gh` via `nix shell nixpkgs#gh --command gh` (not on global PATH).
1313
- Required checks (`main` ruleset): `test`, `subgraph-test`, `test-js-bindings`,
1414
`wasm-artifacts`, `wasm-browser-test`, `wasm-test`. `rainix-sol / *`,
15-
`copy-artifacts`, `Deploy-Preview-Push` and the ~30-min vercel preview do NOT
16-
gate a merge. Still understand every red before merging; never `--admin` over
17-
an unexplained failure.
15+
`git-clean`, `Deploy-Preview-Push` and the ~30-min vercel preview do NOT gate
16+
a merge. Still understand every red before merging; never `--admin` over an
17+
unexplained failure.
1818
- A merge-gate hook requires a
1919
`Reviewed <9-char-head-sha>: <substantive
2020
review>` PR comment bound to the
@@ -35,7 +35,7 @@ address + codehash. Do the whole cascade without asking:
3535

3636
1. Regenerate artifacts — run the `rainix-copy-artifacts` step sequence (see
3737
that workflow) in `nix develop github:rainlanguage/rainix#sol-shell`. Stage
38-
ALL changed artifacts or `copy-artifacts` drifts red.
38+
ALL changed artifacts or `git-clean` drifts red.
3939
2. Deploy each changed suite:
4040
`gh workflow run manual-sol-artifacts.yaml --ref <branch> -f suite=<x>`. One
4141
dispatch deploys all seven chains. **Never run two deploys concurrently**

0 commit comments

Comments
 (0)