Automatic proofreading with textlint.
npm run lint --fix
It is also automatically executed when pre-commit by husky.
proofreading rules are set with .textlintrc
.
You can generate PDF with md-to-pdf.
npm run build:pdf
The output PDF can be styled as you like with CSS. Edit the pdf-configs/style.css
.
versioning semantically by applying labels that major
, minor
, patch
.
If no label is applied, the default version will be incremented as patch
.
If you want to explicitly increase a version other than patch
, Attach either major
or minor
label to PR
Automatically generate issues every three months with GitHub Actions Schedules triggers to prompt you to update your resume.
To change the duration or stop the job, edit .github/workflows/create-issue.yml
.
To change the issue contents, edit .github/ISSUE_TEMPLATE.md
.