Skip to content

Fix filter pattern not being applied to files inside symlink subdirectories of the watched path #332

Fix filter pattern not being applied to files inside symlink subdirectories of the watched path

Fix filter pattern not being applied to files inside symlink subdirectories of the watched path #332

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 2
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install npm dependencies
run: npm install
- name: Run lint
run: npm run lint
- name: Run dtslint
run: npm run dtslint