Skip to content

Commit

Permalink
ci: ci 테스트 (#356)
Browse files Browse the repository at this point in the history
* ci: ci 테스트

* ci: 더미 스크립트 작성
  • Loading branch information
seheonnn authored Jul 10, 2024
1 parent dbf25c6 commit be129be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Dummy

on:
pull_request:
paths:
- '**/*.md'

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "No build required"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그
<img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white">
<img src="https://img.shields.io/badge/Notion-000000?style=for-the-badge&logo=notion&logoColor=white">
<img src="https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge&logo=swagger&logoColor=white">
<img src="https://img.shields.io/badge/Discord-5865FE?style=for-the-badge&logo=discord&logoColor=white">
<img src="https://img.shields.io/badge/Discord-5865FE?style=for-the-flat&logo=discord&logoColor=white">
</p>

<br>
Expand Down

0 comments on commit be129be

Please sign in to comment.