Skip to content

Add not check lint for notebook 3 #161

Add not check lint for notebook 3

Add not check lint for notebook 3 #161

Workflow file for this run

name: code-style
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]