Skip to content

Merge pull request #21 from cindyli/feat/RAG #104

Merge pull request #21 from cindyli/feat/RAG

Merge pull request #21 from cindyli/feat/RAG #104

Workflow file for this run

name: Code linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint python scripts
run: flake8