Skip to content

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /chat-backend #845

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /chat-backend

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /chat-backend #845

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 .