Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

yahoo finance key word addition to read me file for better search experience in llamahub #1048

yahoo finance key word addition to read me file for better search experience in llamahub

yahoo finance key word addition to read me file for better search experience in llamahub #1048

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
# You can use PyPy versions in python-version.
# For example, pypy-2.7 and pypy-3.8
matrix:
python-version: ["3.9"]
poetry-version: [1.5.1]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install deps
run: |
poetry install
- name: Run Linting
run: poetry run make lint