From f3b1610621735d73d231ac6520006cfd3bfca300 Mon Sep 17 00:00:00 2001 From: Mark Tyneway Date: Fri, 2 Aug 2024 01:33:38 +0300 Subject: [PATCH] specs: fix linting (#307) We have a linting rule that prevents underscores in file names, a PR was merged recently that had that but it was based on a point in which the new linting step was not introduced. This lints the filename to unblock future PRs to the repo. --- specs/interop/{liquidity_migration.md => liquidity-migration.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename specs/interop/{liquidity_migration.md => liquidity-migration.md} (100%) diff --git a/specs/interop/liquidity_migration.md b/specs/interop/liquidity-migration.md similarity index 100% rename from specs/interop/liquidity_migration.md rename to specs/interop/liquidity-migration.md