Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
permissions:
contents: read
name: Tests
Comment on lines +1 to 3
Copy link

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The permissions block should be placed after the 'name' field according to GitHub Actions best practices. Move the permissions block to appear after line 3 (name: Tests) for better workflow organization.

Suggested change
permissions:
contents: read
name: Tests
name: Tests
permissions:
contents: read

Copilot uses AI. Check for mistakes.


on:
Expand Down
Loading