Skip to content

feat: add groq_model input so users can override the AI model without… #10

feat: add groq_model input so users can override the AI model without…

feat: add groq_model input so users can override the AI model without… #10

Workflow file for this run

name: DevLens Health Check
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch:
permissions:
contents: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
devlens:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: SamoTech/devlens@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
groq_api_key: ${{ secrets.GROQ_API_KEY }}
badge_style: flat-square
update_readme: 'true'