Skip to content

Bump rexml from 3.2.8 to 3.3.3 in /projects/prison-case-notes-to-probation/tech-docs #2142

Bump rexml from 3.2.8 to 3.3.3 in /projects/prison-case-notes-to-probation/tech-docs

Bump rexml from 3.2.8 to 3.3.3 in /projects/prison-case-notes-to-probation/tech-docs #2142

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