Skip to content

[CORE-69]: Bump io.sentry:sentry from 7.20.0 to 8.0.0 #2043

[CORE-69]: Bump io.sentry:sentry from 7.20.0 to 8.0.0

[CORE-69]: Bump io.sentry:sentry from 7.20.0 to 8.0.0 #2043

Workflow file for this run

name: Run linter tests
on:
workflow_dispatch: {}
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
lint-and-static-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout current code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run linter
id: run_linter
run: ./scripts/build lint