Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the ci-dependencies group #855

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the ci-dependencies group

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the ci-dependencies group #855

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # 5.2.0
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: pip install black 'nbdev<2.3.26' pre-commit
- name: Run pre-commit
run: pre-commit run --files mlforecast/*