Skip to content

feat: UFLD with ENOT Framework #14

feat: UFLD with ENOT Framework

feat: UFLD with ENOT Framework #14

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint-python-format:
name: Python format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.9"
- uses: psf/black@stable
with:
options: "--check --diff"
- uses: isort/isort-action@master
with:
configuration:
--check
--diff