Skip to content

Commit 430481a

Browse files
committed
Update YARD lint job name in workflow
Renamed the 'Validate YARD documentation' job to 'Lint YARD documentation' in the GitHub Actions workflow for clarity.
1 parent 48e1d16 commit 430481a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
yard_lint:
3939
runs-on: ubuntu-latest
40-
name: Validate YARD documentation
40+
name: Lint YARD documentation
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Set up Ruby

0 commit comments

Comments
 (0)