Skip to content

Add details on how to do REPL #9

Add details on how to do REPL

Add details on how to do REPL #9

Workflow file for this run

name: Git Hygiene
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: iwillig/git-hygiene@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-local-model: "true"
llm-model: "qwen2.5:0.5b"