From 38cee3117f9d12f31b35d5f5ddd05851858e37f0 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 22 Aug 2020 19:58:12 +0200 Subject: [PATCH] Rename cmake_build.yml to build.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - Remove “cmake_” prefix since it’s a redundant implementation detail. - Use “.yaml” instead of “.yml” since that’s the officially recommended YAML extension. --- .github/workflows/{cmake_build.yml => build.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{cmake_build.yml => build.yaml} (100%) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/build.yaml similarity index 100% rename from .github/workflows/cmake_build.yml rename to .github/workflows/build.yaml -- 2.47.3