Skip to content

[tidy] Format code with make fmt#2811

Merged
pelikhan merged 1 commit into
mainfrom
tidy/format-20251030-172345-6f32c878465d824e
Oct 30, 2025
Merged

[tidy] Format code with make fmt#2811
pelikhan merged 1 commit into
mainfrom
tidy/format-20251030-172345-6f32c878465d824e

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Summary

This PR contains automated code tidying performed by the tidy workflow.

Changes Made

Formatting

  • Removed extra blank line in pkg/workflow/permissions_validator_test.go
  • Reformatted JSON arrays in pkg/workflow/schemas/github-workflow.json to single lines (Prettier formatting)

What Was Checked

make fmt - Code formatting completed
make lint - All linting checks passed
make recompile - All workflow files recompiled successfully

Notes

  • All linting checks passed with no issues found
  • Workflow files were excluded from this PR as per tidy workflow guidelines
  • Test failures detected appear to be pre-existing and unrelated to these formatting changes (only cosmetic changes were made: blank line removal and JSON array reformatting)

AI generated by Tidy

- Remove extra blank line in permissions_validator_test.go
- Reformat JSON arrays in github-workflow.json to single lines
@pelikhan pelikhan merged commit 66b5946 into main Oct 30, 2025
4 checks passed
@pelikhan pelikhan deleted the tidy/format-20251030-172345-6f32c878465d824e branch October 30, 2025 17:30
@lpcox lpcox mentioned this pull request May 10, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant