Skip to content

Commit

Permalink
[FIX] valid.sh path 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 18, 2024
1 parent 3da0d25 commit 888bf50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified .github/valid.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:

- name: Run Validate Script
run: |
sudo chmod +x valid.sh
./valid.sh
sudo chmod +x .github/valid.sh
./.github/valid.sh
shell: bash

0 comments on commit 888bf50

Please sign in to comment.