Skip to content

Commit

Permalink
ci: use correct lint command for download-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Dec 15, 2023
1 parent 118cbd8 commit 3c3201b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download-vm.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install

- name: Run lints
run: pnpm run lint
run: pnpm run ci:lint

- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
Expand Down
2 changes: 1 addition & 1 deletion api/download/src/manifest.ts
@@ -1,9 +1,9 @@
import { info } from 'diary';
import { StatusError } from 'itty-router';

import { bucketPath, listBucket } from './bucket';
import { type IDResponse } from './types';
import { splitTag } from './util';
import { info } from 'diary';

export interface Manifest {
id: string;
Expand Down

0 comments on commit 3c3201b

Please sign in to comment.