Skip to content

Commit c2cb15d

Browse files
committed
try again
1 parent 0c6411b commit c2cb15d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/auto-fix.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
with:
20-
repository: ${{ github.event.pull_request.head.repo.full_name }}
21-
ref: ${{ github.event.pull_request.head.ref }}
2219

2320
- uses: pnpm/action-setup@v4
2421

packages/language-core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export * from './lib/virtualFile/vueFile';
1111

1212
export { tsCodegen } from './lib/plugins/vue-tsx';
1313

14-
export * from '@volar/language-core';
14+
export * from '@volar/language-core'

0 commit comments

Comments
 (0)