Skip to content

Explicit migration from Travis to Github actions + deps bump (#152) #49

Explicit migration from Travis to Github actions + deps bump (#152)

Explicit migration from Travis to Github actions + deps bump (#152) #49

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
- uses: isort/isort-action@v1
with:
sort-paths: PyEMD