Skip to content

[FEAT] Support for categorical features #1857

[FEAT] Support for categorical features

[FEAT] Support for categorical features #1857

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
with:
python-version: '3.10'
- name: Install dependencies
run: pip install black pre-commit
- name: Run pre-commit
run: pre-commit run --show-diff-on-failure --files nixtla/*