Skip to content

MLP MNIST model for fully updatable example #20

MLP MNIST model for fully updatable example

MLP MNIST model for fully updatable example #20

Workflow file for this run

on:
push:
paths:
- '.github/workflows/black.yml'
- '**.py'
jobs:
Black:
name: Check Black format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"