Skip to content

View and Set N Jobs #440

View and Set N Jobs

View and Set N Jobs #440

Workflow file for this run

---
name: Python Style Check
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0