Skip to content

add codellama generation #23

add codellama generation

add codellama generation #23

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
strategy:
matrix:
src-dir: ["./elleelleaime", "./tests"]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run linter
uses: psf/black@stable
with:
options: "--check --verbose"
src: ${{ matrix.src-dir }}
version: "23.3.0"