Skip to content

build(deps): bump io.smallrye.reactive:smallrye-mutiny-vertx-web from 3.9.0 to 3.10.0 #162

build(deps): bump io.smallrye.reactive:smallrye-mutiny-vertx-web from 3.9.0 to 3.10.0

build(deps): bump io.smallrye.reactive:smallrye-mutiny-vertx-web from 3.9.0 to 3.10.0 #162

Workflow file for this run

name: Pull request check
on:
pull_request:
jobs:
conventional-commits:
runs-on: ubuntu-latest
name: Check conventional commits
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
build:
name: Pull request check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout from Git
with:
fetch-depth: 0
- uses: actions/setup-java@v4
name: Setup Java
with:
distribution: 'temurin'
java-version: '11'
cache: maven
- name: Run tests
run: ./mvnw --no-transfer-progress verify