Add make lint-unicode test to GA

This commit is contained in:
Takayuki Matsuoka 2021-08-28 03:25:34 +09:00
parent 5616f1eb14
commit c931255851
1 changed files with 4 additions and 0 deletions

View File

@ -228,6 +228,10 @@ jobs:
run: |
make clean usan
- name: Lint Unicode in root-dir, cli/, tests/, tests/bench/, tests/collisions/.
run: |
make lint-unicode
ubuntu-cmake-unofficial:
name: Linux x64 cmake unofficial build test