Skip to content

Commit

Permalink
[test] 린트 워크플로 오류 테스팅
Browse files Browse the repository at this point in the history
  • Loading branch information
lybell-art committed Jul 23, 2024
1 parent 01c305d commit a013a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function App() {
function app() {

Check failure on line 1 in src/App.jsx

View workflow job for this annotation

GitHub Actions / check-lint

'app' is defined but never used
return (
<div>
<span>Hello Orange</span>
Expand Down

0 comments on commit a013a6c

Please sign in to comment.