ci: test automation using github workflow textlint_test.yml
#1051
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
안녕하세요😊 textlint의 자체 test 검증 자동화를 완료하였습니다.
이전 #1048 PR과 유사한 방식으로 진행하였습니다.
다만,
lint-staged
에는 test 관련 내용이 이미 포함되어 있기 때문에 이 부분은 따로 추가하지 않았습니다.변경 내용은 아래와 같습니다.
textlint_test.yml
Note
현재 PR에서 workflow가 정상 동작합니다.
@hg-pyun
Progress