Skip to content

Merge branch 'main' of https://github.com/iiasa/rime into add_tcre #26

Merge branch 'main' of https://github.com/iiasa/rime into add_tcre

Merge branch 'main' of https://github.com/iiasa/rime into add_tcre #26

Workflow file for this run

# This workflow checks that the code conforms to the Black style
# See https://black.readthedocs.io/en/stable/github_actions.html for details
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable