Skip to content

repl: Improve error-handling during Java feature detection #191

repl: Improve error-handling during Java feature detection

repl: Improve error-handling during Java feature detection #191

Workflow file for this run

name: code-style
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: jamescurtin/isort-action@master