Skip to content

fix Config on inappropriate and irrelevant context #18

fix Config on inappropriate and irrelevant context

fix Config on inappropriate and irrelevant context #18

Workflow file for this run

name: Run lint
on:
pull_request:
paths:
- "**.ts"
- "**.js"
- ".eslintrc.js"
- ".github/workflows/lint.yaml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
npm install
npx eslint -c .eslintrc.js $(git diff --name-only ${{ github.event.pull_request.base.sha }} |egrep '\.ts$')