We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99cb24b + 7ecd3b2 commit c9843a9Copy full SHA for c9843a9
.github/workflows/format-check.yml
@@ -6,7 +6,7 @@ on:
6
- '*'
7
8
jobs:
9
- check-format:
+ format-check:
10
runs-on: ubuntu-latest
11
12
steps:
.github/workflows/linux-build.yml
- build-linux:
+ linux-build:
- uses: actions/checkout@v4
@@ -18,4 +18,4 @@ jobs:
18
with:
19
name: webserv-linux
20
path: bin/webserv
21
- if-no-files-found: error
+ if-no-files-found: error
0 commit comments