Skip to content

Commit 573e15f

Browse files
chore: lint files
1 parent 30176e6 commit 573e15f

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.demo/app/types/wizard.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
export type TeamMemberRole =
2-
| 'reader'
3-
| 'collaborator'
4-
| 'manager'
5-
| 'owner'
6-
| undefined
1+
export type TeamMemberRole
2+
= | 'reader'
3+
| 'collaborator'
4+
| 'manager'
5+
| 'owner'
6+
| undefined
77

88
export type ProjectType = 'design' | 'development' | 'marketing' | undefined
99

.demo/app/utils/bundles/calendar/types.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ export interface CalendarSettings {
2323
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6
2424
}
2525

26-
export type EventCategory =
27-
| 'customer'
28-
| 'internal'
29-
| 'team'
30-
| 'personal'
31-
| 'none'
26+
export type EventCategory
27+
= | 'customer'
28+
| 'internal'
29+
| 'team'
30+
| 'personal'
31+
| 'none'
3232
export interface EventCategoryTheme {
3333
name: string
3434
color: string

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
# Checkout action retreive the source (git clone)
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0 # needed to retreive all git history
1717

@@ -21,7 +21,7 @@ jobs:
2121
# Setup pnpm with cache
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
cache: pnpm
2626

2727
# Compute tag and capitalized product name

0 commit comments

Comments
 (0)