Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed May 25, 2024
1 parent 2ceee1a commit 693192b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: bun install --ignore-scripts --frozen-lockfile
- name: Run formatter, linter, import sorter
run: bun run ci
run: bun ci
- name: Build knip
run: bun run build
working-directory: packages/knip
Expand Down
5 changes: 1 addition & 4 deletions packages/docs/src/components/Contributors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ interface Contributor {
login: string;
}
const url = new URL(
'/repos/webpro-nl/knip/contributors',
'https://api.github.com'
);
const url = new URL('/repos/webpro-nl/knip/contributors', 'https://api.github.com');
url.searchParams.set('per_page', '100');
const contributors: Contributor[] = isFetch
Expand Down

0 comments on commit 693192b

Please sign in to comment.