Skip to content

Reversing needs to choose the right signs for articulation as acos is… #7

Reversing needs to choose the right signs for articulation as acos is…

Reversing needs to choose the right signs for articulation as acos is… #7

Workflow file for this run

---
name: pre-commit
"on":
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: sudo apt-get update && sudo apt-get install libxml2-utils
- uses: pre-commit/action@v3.0.1