Skip to content

Merge pull request #235 from Glyphack/update-symbol-names #109

Merge pull request #235 from Glyphack/update-symbol-names

Merge pull request #235 from Glyphack/update-symbol-names #109

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--line-length 79 --check --diff"