Skip to content

SNOW-1814745: Fix aborting requests in HTTP client. Normalization of responses unified. #2549

SNOW-1814745: Fix aborting requests in HTTP client. Normalization of responses unified.

SNOW-1814745: Fix aborting requests in HTTP client. Normalization of responses unified. #2549

Workflow file for this run

name: Lint
on:
push:
branches:
- master
tags:
- v*
pull_request:
branches:
- master
- prep-**
jobs:
lint:
name: Run lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install dependencies
run: npm i
- name: Check formatting
run: npm run lint:check:all