Skip to content

[Lint] add lint (#34) #20

[Lint] add lint (#34)

[Lint] add lint (#34) #20

name: llm-ray inference & finetune
on:
push:
branches:
- main
paths:
- '.github/**'
- 'docker/**'
- 'common/**'
- 'dev/docker/**'
- 'finetune/**'
- 'inference/**'
- 'rlhf/**'
- 'tools/**'
- 'pyproject.toml'
jobs:
call-lint:
uses: ./.github/workflows/workflow_lint.yml
call-inference:
uses: ./.github/workflows/workflow_inference.yml
call-finetune:
uses: ./.github/workflows/workflow_finetune.yml