Skip to content

Add extra filter options for graphic and phonetic similarity #92

Add extra filter options for graphic and phonetic similarity

Add extra filter options for graphic and phonetic similarity #92

Workflow file for this run

name: codeql
on:
push:
branches: [main]
paths:
- "**.py"
pull_request:
branches: [main]
paths:
- "**.py"
jobs:
analyze:
name: analyze with codeql
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/analyze@v1