Skip to content

build(deps): bump elliptic from 6.5.4 to 6.6.0 in /chat-backend/websocket/authorizer #844

build(deps): bump elliptic from 6.5.4 to 6.6.0 in /chat-backend/websocket/authorizer

build(deps): bump elliptic from 6.5.4 to 6.6.0 in /chat-backend/websocket/authorizer #844

Workflow file for this run

# This is a workflow to check syntax on JavaScript
name: ESLint
# Controls when the workflow will run
on:
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
eslint-chat-backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules - Chat Backend
working-directory: ./chat-backend
run: yarn
- name: Run ESLint - Chat Backend
working-directory: ./chat-backend
run: yarn run eslint .