Skip to content

feat: add CI check for executable permissions on shell scripts#65

Merged
DeveloperC286 merged 2 commits into
mainfrom
claude/review-rust-permissions-rOH7y
Dec 25, 2025
Merged

feat: add CI check for executable permissions on shell scripts#65
DeveloperC286 merged 2 commits into
mainfrom
claude/review-rust-permissions-rOH7y

Conversation

@DeveloperC286
Copy link
Copy Markdown
Owner

Add a new Makefile target and CI workflow job to verify that all shell
scripts in the ci/ directory have executable permissions. This prevents
deployment issues where scripts fail to execute due to missing permissions.

Add a new Makefile target and CI workflow job to verify that all shell
scripts in the ci/ directory have executable permissions. This prevents
deployment issues where scripts fail to execute due to missing permissions.
Move the scripts-permissions job from github-actions-workflows.yml to
a new continuous-integration.yml workflow, following the same pattern
as the rust template. This better organizes CI checks into their own
dedicated workflow.
@DeveloperC286 DeveloperC286 merged commit f1f03ac into main Dec 25, 2025
9 checks passed
@DeveloperC286 DeveloperC286 deleted the claude/review-rust-permissions-rOH7y branch December 25, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants