Skip to content

Add session_id to headers for all HTTP requests to sphinx-tribes backend #1304

Add session_id to headers for all HTTP requests to sphinx-tribes backend

Add session_id to headers for all HTTP requests to sphinx-tribes backend #1304

Workflow file for this run

name: Eslint
on:
pull_request:
branches:
- "*"
jobs:
eslint:
name: eslint
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Eslint
run: yarn run lint