Skip to content

Update Minecraft Wiki links to new domain after fork #124

Update Minecraft Wiki links to new domain after fork

Update Minecraft Wiki links to new domain after fork #124

Workflow file for this run

name: Black
on:
pull_request:
branches:
- master
jobs:
lint:
name: Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Black
uses: psf/black@stable
with:
options: "-l 99 --check"
src: "."