Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 #274

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34

Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 #274

Workflow file for this run

# Workflow to detect typos in docs and source code
name: Misspell
on:
push:
branches:
- main
- 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 }}
locale: US