Skip to content

upgrade setuptools to 70.0.0 #823

upgrade setuptools to 70.0.0

upgrade setuptools to 70.0.0 #823

Workflow file for this run

name: code-formatter
on:
pull_request:
paths-ignore:
- 'helm/**'
types: [opened, edited, reopened, synchronize, ready_for_review]
jobs:
format-code:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ministryofjustice/github-actions/code-formatter@v14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}