Skip to content

Commit 56bdb93

Browse files
committed
Remove man page date check
This doesn't work because actions/checkout uses a fetch depth of 1, so every CI run acts as though man pages were made in the most recent commit. Additionally the VCS code uses committed date, so this check will fail if any PR is made that changes man pages, but then is merged the following day JST.
1 parent 4b4da98 commit 56bdb93

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/check_misc.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ jobs:
8282
fi
8383
continue-on-error: ${{ steps.now.outputs.mon < 12 }}
8484

85-
- name: Check if date in man pages is up-to-date
86-
run: |
87-
make V=1 GIT=git BASERUBY=ruby update-man-date
88-
git diff --color --no-ext-diff --ignore-submodules --exit-code -- man
89-
9085
- name: Check if to generate documents
9186
id: rdoc
9287
run: |

0 commit comments

Comments
 (0)