Skip to content

Fixed newline SyntaxError (#136) #89

Fixed newline SyntaxError (#136)

Fixed newline SyntaxError (#136) #89

Workflow file for this run

name: code-check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files