Skip to content

Merge pull request #215 from funkelab/snapshot_attr_fix #175

Merge pull request #215 from funkelab/snapshot_attr_fix

Merge pull request #215 from funkelab/snapshot_attr_fix #175

Workflow file for this run

name: Python Black
on: [push, pull_request]
jobs:
lint:
name: Python Lint
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v1
- name: Setup checkout
uses: actions/checkout@master
- name: Lint with Black
run: |
pip install black
black --check gunpowder tests