Merge pull request #2139 from zenustech/zhxx1987-patch-1 #4027
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Style | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v2 | |
- name: Check UTF-8 | |
run: python misc/tools/scanutf8.py check | |
#- name: Escape UTF-8 | |
#run: python misc/tools/scanutf8.py escape |