Skip to content

more beautifully show pyre info output #3957

more beautifully show pyre info output

more beautifully show pyre info output #3957

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
pre-commit-lints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install pre-commit
run: pip install -r requirements-dev.txt
- name: Run pre-commit on all files
run: pre-commit run --all-files