Skip to content

Commit 49b88e8

Browse files
Merge branch 'main' into format-workflow-update-1
2 parents 2d5b520 + 1cb13dc commit 49b88e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/format-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- '*'
77
paths:
88
- .clang-format
9+
- include/**
10+
- src/**
911

1012
jobs:
1113
format-check:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[![Linux build](https://github.com/PythonGermany/42_webserv/actions/workflows/linux-build.yml/badge.svg)](https://github.com/PythonGermany/42_webserv/actions/workflows/linux-build.yml)
21
[![Format check](https://github.com/PythonGermany/42_webserv/actions/workflows/format-check.yml/badge.svg)](https://github.com/PythonGermany/42_webserv/actions/workflows/format-check.yml)
2+
[![Linux build](https://github.com/PythonGermany/42_webserv/actions/workflows/linux-build.yml/badge.svg)](https://github.com/PythonGermany/42_webserv/actions/workflows/linux-build.yml)
3+
[![Docker ci](https://github.com/PythonGermany/42_webserv/actions/workflows/docker-ci.yml/badge.svg)](https://github.com/PythonGermany/42_webserv/actions/workflows/docker-ci.yml)
34

45
# Introduction
56

0 commit comments

Comments
 (0)