Skip to content

feat(remote): add remote server capabilities #82

feat(remote): add remote server capabilities

feat(remote): add remote server capabilities #82

Workflow file for this run

name: lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm i
- name: Lint
run: npm run -s lint -- --format=./.github/eslint-gh-annotations-formatter.mjs --quiet