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