Skip to content

chore(release): v1.9.2 #430

chore(release): v1.9.2

chore(release): v1.9.2 #430

Workflow file for this run

name: CI Lint
on:
push:
branches: [main]
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- "LICENSE*"
pull_request:
branches: [main]
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- "LICENSE*"
workflow_dispatch:
concurrency:
group: ci-lint-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
validate:
name: Validate
if: github.repository == 'xberg-io/liter-llm' && github.actor != 'dependabot[bot]'
uses: xberg-io/actions/.github/workflows/reusable-validate.yml@v1
with:
setup-rust: true
setup-python: true