Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 in /compiler/java #523

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 in /compiler/java

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 in /compiler/java #523

Workflow file for this run

# Workflow to detect typos in docs and source code
name: Misspell
on:
push:
branches:
- main
- release/**
- docs/**
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
exclude: ./cli/vendor/**
locale: US