Skip to content

ci: make auto fix run normally on pull requests #5317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try again
  • Loading branch information
KazariEX committed Apr 12, 2025
commit c2cb15d6db88b9226417ef3a08e224a1a80e32fd
3 changes: 0 additions & 3 deletions .github/workflows/auto-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: pnpm/action-setup@v4

Expand Down
2 changes: 1 addition & 1 deletion packages/language-core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export * from './lib/virtualFile/vueFile';

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

export * from '@volar/language-core';
export * from '@volar/language-core'
Loading