Skip to content

build(deps): bump @sentry/cli from 2.38.1 to 2.38.2 #3199

build(deps): bump @sentry/cli from 2.38.1 to 2.38.2

build(deps): bump @sentry/cli from 2.38.1 to 2.38.2 #3199

Workflow file for this run

name: ESLint
on:
push:
branches:
- master
pull_request:
jobs:
tests:
name: Code Standard & Format
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint