Skip to content

support contextual attributes #23

support contextual attributes

support contextual attributes #23

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$')