From 3a1720009fdb9003f7f23f077805aa5006283e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 30 Sep 2024 00:11:21 +0200 Subject: [PATCH] FIXUP: Change the name of the CI on GHA --- .github/workflows/{lint-and-tests.yml => ci.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{lint-and-tests.yml => ci.yml} (99%) diff --git a/.github/workflows/lint-and-tests.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/lint-and-tests.yml rename to .github/workflows/ci.yml index 17e34caa..b053784c 100644 --- a/.github/workflows/lint-and-tests.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Lint & unit tests +name: CI on: push: