Skip to content

Update Deepseek model parameters and system message for improved Kube… #83

Update Deepseek model parameters and system message for improved Kube…

Update Deepseek model parameters and system message for improved Kube… #83

Workflow file for this run

name: lint
on: push
jobs:
lint:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
linter: [flake8, pylint, ruff, mypy, pytype, pyright, fixit, pyre]
steps:
- uses: advanced-security/python-lint-code-scanning-action@v1
with:
linter: ${{ matrix.linter }}