Skip to content

Settings: add FPS cap #309

Settings: add FPS cap

Settings: add FPS cap #309

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"