Skip to content

Lint fixes, fix opm query comments and docs #5

Lint fixes, fix opm query comments and docs

Lint fixes, fix opm query comments and docs #5

Workflow file for this run

---
# Thanks https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Lint (black)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]