Skip to content

Merge pull request #1 from jeappen/feature/jax #14

Merge pull request #1 from jeappen/feature/jax

Merge pull request #1 from jeappen/feature/jax #14

Workflow file for this run

name: autoflake, isort, black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Python Linter
uses: jiwidi/python-lint-action@v1