Skip to content

Commit 9368f38

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 78142ac commit 9368f38

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)