From ccb30f4ea1e474e28d6207cfb2f10b6d5bad4721 Mon Sep 17 00:00:00 2001 From: Yusuke Watanabe Date: Fri, 10 Jul 2026 04:28:35 +0900 Subject: [PATCH] chore(ci): standardize quality-audit workflow filename Standardizes the quality-audit workflow filename to the shared canonical name (quality-audit-on-ubuntu-latest.yml) used across the SciTeX ecosystem, so the workflow can be synced from one template. Filename rename only; workflow body/content unchanged. --- ...it-on-ubuntu-latest.yml => quality-audit-on-ubuntu-latest.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{scitex-quality-audit-on-ubuntu-latest.yml => quality-audit-on-ubuntu-latest.yml} (100%) diff --git a/.github/workflows/scitex-quality-audit-on-ubuntu-latest.yml b/.github/workflows/quality-audit-on-ubuntu-latest.yml similarity index 100% rename from .github/workflows/scitex-quality-audit-on-ubuntu-latest.yml rename to .github/workflows/quality-audit-on-ubuntu-latest.yml