Skip to content

Merge pull request #23 from AD-SDL/rotation_fix #143

Merge pull request #23 from AD-SDL/rotation_fix

Merge pull request #23 from AD-SDL/rotation_fix #143

Workflow file for this run

name: Pre-Commit Checks
on:
push: # Run for every push
branches: ["*"]
tags: ["*"]
workflow_dispatch: # Run manually
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout code
- uses: actions/setup-python@v4
name: Setup Python
with:
python-version: 3.9
- uses: pre-commit/action@v3.0.1
name: Run Pre-Commit Checks