From 4c96512634b3d957c84114aa4d0324a6e91b2e30 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 20 Nov 2024 03:33:59 -0500 Subject: [PATCH] ci: Rename main workflow and use .yaml extension We no longer have two separate workflows, so rename `full_ci` to just `ci`. Additionally, `.yaml` is the preferred extension [1], so rename the other `.yml` file to `.yaml`. [1]: https://yaml.org/faq.html --- .github/{dependabot.yml => dependabot.yaml} | 0 .github/workflows/{full_ci.yml => ci.yaml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yml => dependabot.yaml} (100%) rename .github/workflows/{full_ci.yml => ci.yaml} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml diff --git a/.github/workflows/full_ci.yml b/.github/workflows/ci.yaml similarity index 100% rename from .github/workflows/full_ci.yml rename to .github/workflows/ci.yaml