feat: 테스트용 HTML 요소 추가 및 GitHub Actions 워크플로우 삭제
All checks were successful
코드 품질 검사 / 린트 검사 (push) Successful in 4m38s
All checks were successful
코드 품질 검사 / 린트 검사 (push) Successful in 4m38s
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
name: Test Runner
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Hello
|
||||
run: |
|
||||
echo "🎉 Runner 정상 작동!"
|
||||
echo "Node version: $(node -v)"
|
||||
npm -v
|
||||
13
index.html
13
index.html
@@ -21,6 +21,19 @@
|
||||
|
||||
<!-- container -->
|
||||
<div class="layer-container">
|
||||
<div>
|
||||
테스트를 위해 작성 주dd
|
||||
</div>
|
||||
<ul>
|
||||
<li>1</li>
|
||||
<li>2</li>
|
||||
<li>3</li>
|
||||
<li>4</li>
|
||||
<li>5</li>
|
||||
<li>6</li>
|
||||
<li>7</li>
|
||||
<li>8</li>
|
||||
</ul>
|
||||
<div class="layer-content-header">
|
||||
<div class="point-area">
|
||||
<dl>
|
||||
|
||||
Reference in New Issue
Block a user