Skip to content

test: fix hover test case for new parser (#407) #238

test: fix hover test case for new parser (#407)

test: fix hover test case for new parser (#407) #238

Workflow file for this run

name: Code Style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check code formatting
run: npx prettier . --check
- name: Run linter
run: npx eslint .