Skip to content

Commit

Permalink
test precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Jun 3, 2024
1 parent c252025 commit ec53c0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/public/chrome/ui/header/test-test.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react'

Check failure on line 1 in src/core/public/chrome/ui/header/test-test.tsx

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

File must start with a license header

Check failure on line 1 in src/core/public/chrome/ui/header/test-test.tsx

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

Insert `;`

export default function Test() {

Check failure on line 3 in src/core/public/chrome/ui/header/test-test.tsx

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

Prefer named exports
return <div>Test</div>

Check failure on line 4 in src/core/public/chrome/ui/header/test-test.tsx

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

Insert `;`
}

0 comments on commit ec53c0d

Please sign in to comment.