Skip to content

add new command: Go to Controller via Uris #35

add new command: Go to Controller via Uris

add new command: Go to Controller via Uris #35

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 eslint.config.mjs $(git diff --name-only ${{ github.event.pull_request.base.sha }} |egrep '\.ts$')