Skip to content

Add FastAsyncWorldEdit history to .pteroignore #34

Add FastAsyncWorldEdit history to .pteroignore

Add FastAsyncWorldEdit history to .pteroignore #34

Workflow file for this run

name: Check code style
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install black
run: pip install black
- name: Run black
run: black --check .