Skip to content

Build(deps-dev): Bump @sentry/ember from 7.112.2 to 8.17.0 #3941

Build(deps-dev): Bump @sentry/ember from 7.112.2 to 8.17.0

Build(deps-dev): Bump @sentry/ember from 7.112.2 to 8.17.0 #3941

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
name: JS and HBS
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- name: Lint JS
run: pnpm lint:js
- name: Lint HBS
run: pnpm lint:hbs