Skip to content

Minor additions to the subprocess interface. #34

Minor additions to the subprocess interface.

Minor additions to the subprocess interface. #34

Workflow file for this run

name: lint
on: pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
- name: Run pre-commit
uses: pre-commit/[email protected]