Skip to content

Pre-competition rover.py refactor 2: Electric Boogaloo #47

Pre-competition rover.py refactor 2: Electric Boogaloo

Pre-competition rover.py refactor 2: Electric Boogaloo #47

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1