Skip to content

Commit c9843a9

Browse files
Merge pull request #10 from PythonGermany/update-workflow
Rename workflow jobs
2 parents 99cb24b + 7ecd3b2 commit c9843a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77

88
jobs:
9-
check-format:
9+
format-check:
1010
runs-on: ubuntu-latest
1111

1212
steps:

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77

88
jobs:
9-
build-linux:
9+
linux-build:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
name: webserv-linux
2020
path: bin/webserv
21-
if-no-files-found: error
21+
if-no-files-found: error

0 commit comments

Comments
 (0)