Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 in the minor group #127

Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 in the minor group

Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 in the minor group #127

Workflow file for this run

name: Format code
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
format-code:
if: github.actor != 'dependabot[bot]'
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 }}