Skip to content

Bump sentry-sdk from 1.5.12 to 1.14.0 in /memberportal #293

Bump sentry-sdk from 1.5.12 to 1.14.0 in /memberportal

Bump sentry-sdk from 1.5.12 to 1.14.0 in /memberportal #293

Workflow file for this run

name: JavaScript Linter (eslint)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
working-directory: ./frontend
run: npm i
- name: Run ESLint
working-directory: ./frontend
run: npm run lint