Skip to content

fix(grpc, lsp, stdout): grpc tls+verbose, lsp filter by name, await s… #143

fix(grpc, lsp, stdout): grpc tls+verbose, lsp filter by name, await s…

fix(grpc, lsp, stdout): grpc tls+verbose, lsp filter by name, await s… #143

Workflow file for this run

---
name: Lint
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
# v6.0.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- name: Set up pnpm
# v6.0.8
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
with:
version: 11.5.2
- name: Set up Node.js
# v6.4.0
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version-file: .node-version
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint