Skip to content

Commit 0a775f9

Browse files
authored
chore: rename internal references to fileyard (#79)
Replace movi-organizer / movi_organizer with fileyard across docs, manifests, CI configs, and string references. - mv apps/cli/movi_organizer.py -> apps/cli/fileyard.py (entrypoint) - pyproject.toml [project.scripts] entry name + module path - All README/docs/AGENTS/manifest.yaml/.env.example references NOTE: Product/brand string "movi" (e.g. movi-mark.svg, movi-ci, movi-web-api, MOVI_* env vars) is intentionally preserved — that is the product brand, not the repo name.
1 parent 99f6e75 commit 0a775f9

134 files changed

Lines changed: 356 additions & 356 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.clusterfuzzlite/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM gcr.io/oss-fuzz-base/base-builder-python@sha256:6bb326cd90cc82d526add050b67b92bf53f900d5f61aa9abd74cc2f04f622dc9
22

3-
WORKDIR $SRC/movi-organizer
4-
COPY . $SRC/movi-organizer
3+
WORKDIR $SRC/fileyard
4+
COPY . $SRC/fileyard
55
COPY .clusterfuzzlite/build.sh $SRC/build.sh
6-
COPY .clusterfuzzlite/requirements.txt $SRC/movi-organizer/.clusterfuzzlite/requirements.txt
7-
ENV PYTHONPATH=$SRC/movi-organizer
6+
COPY .clusterfuzzlite/requirements.txt $SRC/fileyard/.clusterfuzzlite/requirements.txt
7+
ENV PYTHONPATH=$SRC/fileyard
88

9-
RUN python3 -m pip install --disable-pip-version-check --require-hashes -r $SRC/movi-organizer/.clusterfuzzlite/requirements.txt
9+
RUN python3 -m pip install --disable-pip-version-check --require-hashes -r $SRC/fileyard/.clusterfuzzlite/requirements.txt

.clusterfuzzlite/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
cd "$SRC/movi-organizer"
5-
export PYTHONPATH="${PYTHONPATH:-$SRC/movi-organizer}"
4+
cd "$SRC/fileyard"
5+
export PYTHONPATH="${PYTHONPATH:-$SRC/fileyard}"
66

77
compile_python_fuzzer tests/fuzz/fuzz_safe_join.py

.clusterfuzzlite/project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
homepage: https://github.com/xiaojiou176-open/movi-organizer
1+
homepage: https://github.com/xiaojiou176-open/fileyard
22
language: python
33
primary_contact: 125581657+xiaojiou176@users.noreply.github.com
4-
main_repo: https://github.com/xiaojiou176-open/movi-organizer
4+
main_repo: https://github.com/xiaojiou176-open/fileyard

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG GITLEAKS_SHA256_AMD64
1212
ARG GITLEAKS_SHA256_ARM64
1313
ARG TARGETARCH
1414

15-
LABEL org.opencontainers.image.source="https://github.com/xiaojiou176-open/movi-organizer"
15+
LABEL org.opencontainers.image.source="https://github.com/xiaojiou176-open/fileyard"
1616

1717
RUN rm -f /etc/apt/sources.list.d/yarn.list /etc/apt/sources.list.d/yarn.list.save
1818

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"MOVI_IN_CONTAINER": "1",
2121
"MOVI_ALLOW_HOST_EXECUTION": "0"
2222
},
23-
"postCreateCommand": "bash tooling/runtime/bootstrap_env.sh && ~/.cache/movi-organizer/venv/default/bin/python -m playwright install --with-deps chromium",
23+
"postCreateCommand": "bash tooling/runtime/bootstrap_env.sh && ~/.cache/fileyard/venv/default/bin/python -m playwright install --with-deps chromium",
2424
"customizations": {
2525
"vscode": {
2626
"extensions": [

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GEMINI_MODEL=gemini-3-flash-preview
5151
# MOVI_WEB_API_PORT=18080
5252
# MOVI_WEBUI_HOST=127.0.0.1
5353
# MOVI_WEBUI_PORT=5173
54-
# MOVI_VENV_DIR=~/.cache/movi-organizer/venv/default
54+
# MOVI_VENV_DIR=~/.cache/fileyard/venv/default
5555
# MOVI_ATOMIC_ALLOWLIST=
5656
# MOVI_ATOMIC_MAX_FILES=12
5757
# MOVI_ATOMIC_MAX_LINES=400

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security report
4-
url: https://github.com/xiaojiou176-open/movi-organizer/blob/main/SECURITY.md
4+
url: https://github.com/xiaojiou176-open/fileyard/blob/main/SECURITY.md
55
about: Read SECURITY.md first; if GitHub private vulnerability reporting is enabled later, use that entrypoint.
66
- name: Usage and support boundary
7-
url: https://github.com/xiaojiou176-open/movi-organizer/blob/main/SUPPORT.md
7+
url: https://github.com/xiaojiou176-open/fileyard/blob/main/SUPPORT.md
88
about: Read the limited-maintenance support policy before opening a request.

.github/workflows/ci.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ jobs:
997997
set -euo pipefail
998998
bash tooling/scripts/container_exec.sh --label ci-doc-drift -- bash -lc '
999999
set -euo pipefail
1000-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_doc_drift.py \
1000+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_doc_drift.py \
10011001
--mode diff-range \
10021002
--diff-base "'"$LINT_DIFF_BASE"'" \
10031003
--diff-head HEAD \
@@ -1009,31 +1009,31 @@ jobs:
10091009
set -euo pipefail
10101010
bash tooling/scripts/container_exec.sh --label ci-docs-scope -- bash -lc '
10111011
set -euo pipefail
1012-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_docs_scope.py --root .
1012+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_docs_scope.py --root .
10131013
'
10141014
- name: Docs manual facts gate
10151015
if: needs.change-detection.outputs.run-heavy == 'true'
10161016
run: |
10171017
set -euo pipefail
10181018
bash tooling/scripts/container_exec.sh --label ci-docs-manual-facts -- bash -lc '
10191019
set -euo pipefail
1020-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_docs_manual_facts.py --root .
1020+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_docs_manual_facts.py --root .
10211021
'
10221022
- name: Docs SSOT hash gate
10231023
if: needs.change-detection.outputs.run-heavy == 'true'
10241024
run: |
10251025
set -euo pipefail
10261026
bash tooling/scripts/container_exec.sh --label ci-docs-ssot-hash -- bash -lc '
10271027
set -euo pipefail
1028-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_docs_ssot_hash.py --root .
1028+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_docs_ssot_hash.py --root .
10291029
'
10301030
- name: No Logs No Merge gate
10311031
if: needs.change-detection.outputs.run-heavy == 'true'
10321032
run: |
10331033
set -euo pipefail
10341034
bash tooling/scripts/container_exec.sh --label ci-no-logs-no-merge -- bash -lc '
10351035
set -euo pipefail
1036-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_no_logs_no_merge.py \
1036+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_no_logs_no_merge.py \
10371037
--root . \
10381038
--mode diff-range \
10391039
--diff-base "'"$LINT_DIFF_BASE"'" \
@@ -1045,7 +1045,7 @@ jobs:
10451045
set -euo pipefail
10461046
bash tooling/scripts/container_exec.sh --label ci-write-before-search -- bash -lc '
10471047
set -euo pipefail
1048-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_write_before_search.py \
1048+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_write_before_search.py \
10491049
--root . \
10501050
--mode diff-range \
10511051
--diff-base "'"$LINT_DIFF_BASE"'" \
@@ -1057,7 +1057,7 @@ jobs:
10571057
set -euo pipefail
10581058
bash tooling/scripts/container_exec.sh --label ci-env-contract -- bash -lc '
10591059
set -euo pipefail
1060-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_env_contract.py \
1060+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_env_contract.py \
10611061
--root . \
10621062
--mode diff-range \
10631063
--max-contract-size 59 \
@@ -1070,23 +1070,23 @@ jobs:
10701070
set -euo pipefail
10711071
bash tooling/scripts/container_exec.sh --label ci-required-checks -- bash -lc '
10721072
set -euo pipefail
1073-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_required_checks_matrix.py
1073+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_required_checks_matrix.py
10741074
'
10751075
- name: Docs render state gate
10761076
if: needs.change-detection.outputs.run-heavy == 'true'
10771077
run: |
10781078
set -euo pipefail
10791079
bash tooling/scripts/container_exec.sh --label ci-docs-render-state -- bash -lc '
10801080
set -euo pipefail
1081-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_docs_render_state.py --root .
1081+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_docs_render_state.py --root .
10821082
'
10831083
- name: Env contract report
10841084
if: needs.change-detection.outputs.run-heavy == 'true'
10851085
run: |
10861086
set -euo pipefail
10871087
bash tooling/scripts/container_exec.sh --label ci-env-contract-report -- bash -lc '
10881088
set -euo pipefail
1089-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/generate_env_contract_report.py \
1089+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/generate_env_contract_report.py \
10901090
--root . \
10911091
--output .runtime-cache/logs/env-contract-report.json
10921092
'
@@ -1185,7 +1185,7 @@ jobs:
11851185
set -euo pipefail
11861186
bash tooling/scripts/container_exec.sh --label ci-doc-drift -- bash -lc '
11871187
set -euo pipefail
1188-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_doc_drift.py \
1188+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_doc_drift.py \
11891189
--mode diff-range \
11901190
--diff-base "'"$LINT_DIFF_BASE"'" \
11911191
--diff-head HEAD \
@@ -1197,31 +1197,31 @@ jobs:
11971197
set -euo pipefail
11981198
bash tooling/scripts/container_exec.sh --label ci-docs-scope -- bash -lc '
11991199
set -euo pipefail
1200-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_docs_scope.py --root .
1200+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_docs_scope.py --root .
12011201
'
12021202
- name: Docs manual facts gate
12031203
if: needs.change-detection.outputs.run-heavy == 'true'
12041204
run: |
12051205
set -euo pipefail
12061206
bash tooling/scripts/container_exec.sh --label ci-docs-manual-facts -- bash -lc '
12071207
set -euo pipefail
1208-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_docs_manual_facts.py --root .
1208+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_docs_manual_facts.py --root .
12091209
'
12101210
- name: Docs SSOT hash gate
12111211
if: needs.change-detection.outputs.run-heavy == 'true'
12121212
run: |
12131213
set -euo pipefail
12141214
bash tooling/scripts/container_exec.sh --label ci-docs-ssot-hash -- bash -lc '
12151215
set -euo pipefail
1216-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_docs_ssot_hash.py --root .
1216+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_docs_ssot_hash.py --root .
12171217
'
12181218
- name: No Logs No Merge gate
12191219
if: needs.change-detection.outputs.run-heavy == 'true'
12201220
run: |
12211221
set -euo pipefail
12221222
bash tooling/scripts/container_exec.sh --label ci-no-logs-no-merge -- bash -lc '
12231223
set -euo pipefail
1224-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_no_logs_no_merge.py \
1224+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_no_logs_no_merge.py \
12251225
--root . \
12261226
--mode diff-range \
12271227
--diff-base "'"$LINT_DIFF_BASE"'" \
@@ -1233,7 +1233,7 @@ jobs:
12331233
set -euo pipefail
12341234
bash tooling/scripts/container_exec.sh --label ci-write-before-search -- bash -lc '
12351235
set -euo pipefail
1236-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_write_before_search.py \
1236+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_write_before_search.py \
12371237
--root . \
12381238
--mode diff-range \
12391239
--diff-base "'"$LINT_DIFF_BASE"'" \
@@ -1245,7 +1245,7 @@ jobs:
12451245
set -euo pipefail
12461246
bash tooling/scripts/container_exec.sh --label ci-env-contract -- bash -lc '
12471247
set -euo pipefail
1248-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_env_contract.py \
1248+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_env_contract.py \
12491249
--root . \
12501250
--mode diff-range \
12511251
--max-contract-size 59 \
@@ -1258,23 +1258,23 @@ jobs:
12581258
set -euo pipefail
12591259
bash tooling/scripts/container_exec.sh --label ci-required-checks -- bash -lc '
12601260
set -euo pipefail
1261-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_required_checks_matrix.py
1261+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_required_checks_matrix.py
12621262
'
12631263
- name: Docs render state gate
12641264
if: needs.change-detection.outputs.run-heavy == 'true'
12651265
run: |
12661266
set -euo pipefail
12671267
bash tooling/scripts/container_exec.sh --label ci-docs-render-state -- bash -lc '
12681268
set -euo pipefail
1269-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_docs_render_state.py --root .
1269+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_docs_render_state.py --root .
12701270
'
12711271
- name: Env contract report
12721272
if: needs.change-detection.outputs.run-heavy == 'true'
12731273
run: |
12741274
set -euo pipefail
12751275
bash tooling/scripts/container_exec.sh --label ci-env-contract-report -- bash -lc '
12761276
set -euo pipefail
1277-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/generate_env_contract_report.py \
1277+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/generate_env_contract_report.py \
12781278
--root . \
12791279
--output .runtime-cache/logs/env-contract-report.json
12801280
'
@@ -1389,7 +1389,7 @@ jobs:
13891389
echo "❌ ci semantic UI/UX audit: GEMINI_API_KEY is required when frontend files exist"
13901390
exit 1
13911391
fi
1392-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/gemini_ui_ux_audit.py --model "${GEMINI_UI_AUDIT_MODEL}" "${ui_files[@]}"
1392+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/gemini_ui_ux_audit.py --model "${GEMINI_UI_AUDIT_MODEL}" "${ui_files[@]}"
13931393
'
13941394
- name: Upload lint diagnostics
13951395
if: always() && needs.change-detection.outputs.run-heavy == 'true'
@@ -1482,7 +1482,7 @@ jobs:
14821482
echo "❌ ci semantic UI/UX audit: GEMINI_API_KEY is required when frontend files exist"
14831483
exit 1
14841484
fi
1485-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/gemini_ui_ux_audit.py --model "${GEMINI_UI_AUDIT_MODEL}" "${ui_files[@]}"
1485+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/gemini_ui_ux_audit.py --model "${GEMINI_UI_AUDIT_MODEL}" "${ui_files[@]}"
14861486
'
14871487
- name: Upload lint diagnostics
14881488
if: always() && needs.change-detection.outputs.run-heavy == 'true'
@@ -1921,7 +1921,7 @@ jobs:
19211921
set -euo pipefail
19221922
bash tooling/scripts/container_exec.sh --label mutation-canary -- bash -lc '
19231923
set -euo pipefail
1924-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_mutation_canary.py \
1924+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_mutation_canary.py \
19251925
--repo-root . \
19261926
--json-output .runtime-cache/logs/mutation-canary-summary.json
19271927
'
@@ -1973,7 +1973,7 @@ jobs:
19731973
set -euo pipefail
19741974
bash tooling/scripts/container_exec.sh --label mutation-canary -- bash -lc '
19751975
set -euo pipefail
1976-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_mutation_canary.py \
1976+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_mutation_canary.py \
19771977
--repo-root . \
19781978
--json-output .runtime-cache/logs/mutation-canary-summary.json
19791979
'
@@ -2071,7 +2071,7 @@ jobs:
20712071
set -euo pipefail
20722072
bash tooling/scripts/container_exec.sh --label live-smoke-preflight -- bash -lc '
20732073
set -euo pipefail
2074-
$HOME/.cache/movi-organizer/venv/default/bin/python -m pytest -q -o addopts= --maxfail=1 \
2074+
$HOME/.cache/fileyard/venv/default/bin/python -m pytest -q -o addopts= --maxfail=1 \
20752075
tests/e2e/test_live_llm_integration.py::test_live_llm_env_preflight \
20762076
tests/e2e/test_live_external_site_playwright.py::test_live_browser_env_preflight
20772077
'
@@ -2161,7 +2161,7 @@ jobs:
21612161
set -euo pipefail
21622162
bash tooling/scripts/container_exec.sh --label live-smoke-preflight -- bash -lc '
21632163
set -euo pipefail
2164-
$HOME/.cache/movi-organizer/venv/default/bin/python -m pytest -q -o addopts= --maxfail=1 \
2164+
$HOME/.cache/fileyard/venv/default/bin/python -m pytest -q -o addopts= --maxfail=1 \
21652165
tests/e2e/test_live_llm_integration.py::test_live_llm_env_preflight \
21662166
tests/e2e/test_live_external_site_playwright.py::test_live_browser_env_preflight
21672167
'
@@ -2358,7 +2358,7 @@ jobs:
23582358
set -euo pipefail
23592359
bash tooling/scripts/container_exec.sh --label test-gates -- bash -lc '
23602360
set -euo pipefail
2361-
$HOME/.cache/movi-organizer/venv/default/bin/python -m pytest -q -o addopts= --maxfail=1 \
2361+
$HOME/.cache/fileyard/venv/default/bin/python -m pytest -q -o addopts= --maxfail=1 \
23622362
--strict-config --strict-markers \
23632363
--junitxml=.runtime-cache/ci/pytest-junit-unit.xml \
23642364
tests/unit
@@ -2425,7 +2425,7 @@ jobs:
24252425
set -euo pipefail
24262426
bash tooling/scripts/container_exec.sh --label test-gates -- bash -lc '
24272427
set -euo pipefail
2428-
$HOME/.cache/movi-organizer/venv/default/bin/python -m pytest -q -o addopts= --maxfail=1 \
2428+
$HOME/.cache/fileyard/venv/default/bin/python -m pytest -q -o addopts= --maxfail=1 \
24292429
--strict-config --strict-markers \
24302430
--junitxml=.runtime-cache/ci/pytest-junit-unit.xml \
24312431
tests/unit

.github/workflows/mutation-manual.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
set -euo pipefail
103103
bash tooling/scripts/container_exec.sh --label mutation-manual -- bash -lc '
104104
set -euo pipefail
105-
$HOME/.cache/movi-organizer/venv/default/bin/mutmut run \
105+
$HOME/.cache/fileyard/venv/default/bin/mutmut run \
106106
--paths-to-mutate "${MATRIX_MUTATE_PATH}" \
107107
--tests-dir tests/unit \
108-
--runner "$HOME/.cache/movi-organizer/venv/default/bin/python -m pytest -q ${MATRIX_TESTS}"
108+
--runner "$HOME/.cache/fileyard/venv/default/bin/python -m pytest -q ${MATRIX_TESTS}"
109109
'
110110
- name: Mutation fail gate (no survived mutants)
111111
env:
@@ -114,8 +114,8 @@ jobs:
114114
set -euo pipefail
115115
bash tooling/scripts/container_exec.sh --label mutation-manual-report -- bash -lc '
116116
set -euo pipefail
117-
$HOME/.cache/movi-organizer/venv/default/bin/mutmut results | tee ".runtime-cache/logs/mutmut-results-${MATRIX_MODULE}.txt"
118-
$HOME/.cache/movi-organizer/venv/default/bin/python tooling/scripts/check_mutation_report.py \
117+
$HOME/.cache/fileyard/venv/default/bin/mutmut results | tee ".runtime-cache/logs/mutmut-results-${MATRIX_MODULE}.txt"
118+
$HOME/.cache/fileyard/venv/default/bin/python tooling/scripts/check_mutation_report.py \
119119
--input ".runtime-cache/logs/mutmut-results-${MATRIX_MODULE}.txt" \
120120
--max-survived 0 \
121121
--max-timed-out 0 \

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run pre-commit hooks
4747
run: |
4848
set -euo pipefail
49-
~/.cache/movi-organizer/venv/default/bin/pre-commit run --all-files --show-diff-on-failure --color=always
49+
~/.cache/fileyard/venv/default/bin/pre-commit run --all-files --show-diff-on-failure --color=always
5050
5151
pre-commit-hosted-retry:
5252
needs: [pre-commit-hosted-primary]
@@ -74,7 +74,7 @@ jobs:
7474
- name: Run pre-commit hooks
7575
run: |
7676
set -euo pipefail
77-
~/.cache/movi-organizer/venv/default/bin/pre-commit run --all-files --show-diff-on-failure --color=always
77+
~/.cache/fileyard/venv/default/bin/pre-commit run --all-files --show-diff-on-failure --color=always
7878
7979
pre-commit:
8080
needs: [pre-commit-hosted-primary, pre-commit-hosted-retry]

0 commit comments

Comments
 (0)