Skip to content

Update dependency org.jetbrains:annotations to v26.1.0 #22245

Update dependency org.jetbrains:annotations to v26.1.0

Update dependency org.jetbrains:annotations to v26.1.0 #22245

name: Gradle Precommit
on:
pull_request:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: gradle check
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: ./.github/actions/prepare-for-build
- name: Run gradle check (without tests)
run: ./gradlew check -x test -Ptask.times=true --continue