Skip to content

disallowing access to specific features similiar to simpleexec's twea… #57

disallowing access to specific features similiar to simpleexec's twea…

disallowing access to specific features similiar to simpleexec's twea… #57

Workflow file for this run

name: Lint
on:
[ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install black
- name: Ensure code is blackified
run: |
black . --check --diff