Skip to content

Bump webrick from 1.8.1 to 1.8.2 in /tech-docs in the bundler group #26

Bump webrick from 1.8.1 to 1.8.2 in /tech-docs in the bundler group

Bump webrick from 1.8.1 to 1.8.2 in /tech-docs in the bundler group #26

Workflow file for this run

name: Format code
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
format-code:
name: 🧹 Format code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Format code
uses: ministryofjustice/github-actions/code-formatter@v14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}