ci(.github/workflows/ci.yml): run unicode lint under github actions
This commit is contained in:
parent
424e1d9622
commit
28eff0c77e
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -264,6 +264,7 @@ jobs:
|
||||
# - valgrind
|
||||
# - ubsan
|
||||
# - asan
|
||||
# - unicode-lint
|
||||
#
|
||||
lz4-cppcheck:
|
||||
name: make cppcheck
|
||||
@ -382,6 +383,15 @@ jobs:
|
||||
- name: fuzzer
|
||||
run: CC=clang MOREFLAGS=-fsanitize=address make V=1 -C tests clean test-fuzzer
|
||||
|
||||
unicode-lint:
|
||||
name: lint unicode in ./lib/, ./tests/ and ./programs/
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2 # https://github.com/actions/checkout
|
||||
- name: unicode lint
|
||||
run: |
|
||||
chmod +x ./tests/unicode_lint.sh
|
||||
./tests/unicode_lint.sh
|
||||
|
||||
|
||||
###############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user