Skip to content

Allow user to specify fields to exclude from feat gen/inference #1145

Allow user to specify fields to exclude from feat gen/inference

Allow user to specify fields to exclude from feat gen/inference #1145

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel poetry
poetry install
cp config.defaults.yaml config.yaml
poetry run scope-develop
- name: Lint sources
run: |
poetry run scope-lint