Skip to content

Properly rotate GT rooms #65

Properly rotate GT rooms

Properly rotate GT rooms #65

Workflow file for this run

---
# based on https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: Linting
on: {push: {branches: [main, develop]}, pull_request: {}}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dependencies
run: sudo apt-get update && sudo apt install pipx
- name: Lint
run: pipx install pre-commit && cd ${{github.workspace}} && pre-commit run --all-files