Skip to content

Add example of nornir #9

Add example of nornir

Add example of nornir #9

Workflow file for this run

name: BlackLint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Black with --skip-string-normalization
run: |
pip install black
black . --skip-string-normalization