Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Bump ossf/scorecard-action from 2.1.3 to 2.2.0 #314

Bump ossf/scorecard-action from 2.1.3 to 2.2.0

Bump ossf/scorecard-action from 2.1.3 to 2.2.0 #314

Workflow file for this run

name: "Format Code: ensure code formatting guidelines are met"
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions: {}
jobs:
format-code:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: ministryofjustice/github-actions/code-formatter@de29cc1c65fc53d32c3f72e8e248396f16040585 # v13
with:
ignore-files: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}