Skip to content

add witten_benson files #12

add witten_benson files

add witten_benson files #12

Workflow file for this run

name: Linting
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
permissions:
contents: read
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9'
- run: pip install black==24.2.0
- run: black --check .