From 7ecd3b2805ecf7456dc9ddb26c3e14e4e06112df Mon Sep 17 00:00:00 2001 From: PythonGermany <97847597+PythonGermany@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:41:23 +0200 Subject: [PATCH] Rename workflow jobs --- .github/workflows/format-check.yml | 2 +- .github/workflows/linux-build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 4a2da47..0e5462b 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -6,7 +6,7 @@ on: - '*' jobs: - check-format: + format-check: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index b581f4c..d190f0d 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -6,7 +6,7 @@ on: - '*' jobs: - build-linux: + linux-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -18,4 +18,4 @@ jobs: with: name: webserv-linux path: bin/webserv - if-no-files-found: error \ No newline at end of file + if-no-files-found: error