Skip to content

fix(deps): update dependency org.jetbrains:annotations to v26 #483

fix(deps): update dependency org.jetbrains:annotations to v26

fix(deps): update dependency org.jetbrains:annotations to v26 #483

Workflow file for this run

name: Pull Request Check
on:
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
build:
uses: ./.github/workflows/build.yaml
integration:
needs: build
permissions:
pull-requests: write
uses: ./.github/workflows/compatibility.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}