Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Jun 25, 2024
1 parent 8836939 commit 6e95513
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Use bun 1.1.0
- name: Use bun latest
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use bun 1.0.10
- name: Use bun latest
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use bun 1.0.10
- name: Use bun latest
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use bun 1.0.10
- name: Use bun latest
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
# if you plan on proxying it externally then this is unnecessary
- theme=skeleton
# defaults to skeleton
# is for the SSR to stop off first loads
# is for the SSR to stop off first loads
# any of the themes avalabe in VUI
# skeleton, wintry, crimson, gold-nouveau, hamlindigo, modern, rocket, sahara, seafoam, vintage
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
# will proxy the suwayomi server to the UI
# if you plan on proxying it externally then this is unnecessary
- theme=skeleton
# is for the SSR to stop off first loads
# is for the SSR to stop off first loads
# defaults to skeleton
# any of the themes avalabe in VUI
# skeleton, wintry, crimson, gold-nouveau, hamlindigo, modern, rocket, sahara, seafoam, vintage
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(app)/history/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import { History } from '$lib/gql/Queries';
import { writable } from 'svelte/store';
import type { ResultOf } from '$lib/gql/graphql';
import { formatDate, gridValues, HelpDoSelect } from '$lib/util';
import { formatDate, gridValues } from '$lib/util';
import MangaCard from '$lib/components/MangaCard.svelte';
import IntersectionObserver from '$lib/components/IntersectionObserver.svelte';
import IconWrapper from '$lib/components/IconWrapper.svelte';
Expand Down

0 comments on commit 6e95513

Please sign in to comment.