Skip to content

refactor: remove alias json for support add custom language support (… #497

refactor: remove alias json for support add custom language support (…

refactor: remove alias json for support add custom language support (… #497

Workflow file for this run

name: Linter
on: [ push, pull_request ]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install Dependencies
run: npm install
- name: Lint
run: |
npm run eslint