Skip to content

Move Llama 3.2 in priority list #382

Move Llama 3.2 in priority list

Move Llama 3.2 in priority list #382

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install flake8
- name: Lint
run: make lint