Skip to content

Reintroduce "natural standard" for rotation modes to allow generating… #690

Reintroduce "natural standard" for rotation modes to allow generating…

Reintroduce "natural standard" for rotation modes to allow generating… #690

Workflow file for this run

# This is a basic workflow that is manually triggered
name: Format Check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
format_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Check Format
run: python3 "format_check.py"