Skip to content

timesofindia: search for ingredients only within ingredient-data cont… #2

timesofindia: search for ingredients only within ingredient-data cont…

timesofindia: search for ingredients only within ingredient-data cont… #2

Workflow file for this run

name: linters
on:
push:
branches:
- main
- v14
pull_request:
branches:
- main
- v14
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: pip install tox
- run: tox -e lint