Skip to content

fix(dts-plugin): prevent sibling package path prefix false positive in getDependentFiles #3860

fix(dts-plugin): prevent sibling package path prefix false positive in getDependentFiles

fix(dts-plugin): prevent sibling package path prefix false positive in getDependentFiles #3860

Workflow file for this run

name: Lint GitHub Workflows
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Install actionlint
run: bash <(curl -s https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Run actionlint
uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2
env:
NODE_PATH: ${{ runner.temp }}/node_modules
with:
matcher: true
working-directory: ${{ runner.temp }}