Skip to content

Bump logstash from 8.12.0 to 8.12.1 in /projects/person-search-index-from-delius/container #462

Bump logstash from 8.12.0 to 8.12.1 in /projects/person-search-index-from-delius/container

Bump logstash from 8.12.0 to 8.12.1 in /projects/person-search-index-from-delius/container #462

Workflow file for this run

name: Formatting
on:
pull_request:
types:
- edited
- opened
- ready_for_review
- reopened
- synchronize
permissions:
contents: write
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Format code
uses: ./.github/actions/format-code