Skip to content

style: rename oriented point JSON generator (#21) #63

style: rename oriented point JSON generator (#21)

style: rename oriented point JSON generator (#21) #63

Workflow file for this run

name: Python Linting
on:
pull_request:
push:
branches: [main]
jobs:
pre_commit_checks:
name: pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: check backend
uses: pre-commit/[email protected]