Skip to content

Algos first introductory assignment #650

Algos first introductory assignment

Algos first introductory assignment #650

Workflow file for this run

---
name: pre-commit
# yamllint disable-line rule:truthy
on:
- pull_request
- push
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
- name: Checkout `selfdrive`
uses: ./.github/actions/checkout
- name: Run `pre-commit` hooks
run: pre-commit run --show-diff-on-failure --color=always