Skip to content

fix(language-server): convert URI path to filesystem path for package manager detection #547

fix(language-server): convert URI path to filesystem path for package manager detection

fix(language-server): convert URI path to filesystem path for package manager detection #547

Workflow file for this run

name: autofix.ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
autofix:
runs-on: ubuntu-slim
permissions:
contents: read
steps:
- name: Setup JS
uses: sxzz/workflows/setup-js@dd67f194be6388e12ee61ad0cd3b81cf74bfd294
with:
no-frozen-lockfile: true
- name: Fix
run: pnpm run lint:fix
- name: Commit
uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1.3.4