Added July24 to environment_name_nomis_combined_reporting_test.yml #1563
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- uses: ministryofjustice/github-actions/code-formatter@7c689fe2de15e1692f5cceceb132919ab854081c # v14 | |
with: | |
ignore-files: "README.md" | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |