Skip to content

docs: add banner and logo to README #131

docs: add banner and logo to README

docs: add banner and logo to README #131

Workflow file for this run

name: DevLens Health Check
on:
push:
branches: [main, master]
paths-ignore:
- 'README.md'
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@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
groq_api_key: ${{ secrets.GROQ_API_KEY }}
groq_model: 'llama-3.1-8b-instant'
badge_style: flat-square
update_readme: 'false'