Skip to content

Commit

Permalink
✨Add .yaml to ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
connormaglynn committed Oct 12, 2023
1 parent 131620b commit 7325f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ministryofjustice/github-actions/code-formatter@v14
with:
ignore-files: "deployment.yaml"
ignore-files: "deployment.yaml,ingress.yaml,service.yaml,serviceaccount.yaml"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7325f41

Please sign in to comment.