Skip to content

Merge pull request #1481 from Ashheer/image-detect #2615

Merge pull request #1481 from Ashheer/image-detect

Merge pull request #1481 from Ashheer/image-detect #2615

Workflow file for this run

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