Skip to content

Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 in the ci-de… #1685

Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 in the ci-de…

Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 in the ci-de… #1685

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
with:
python-version: 3.8
- name: Install dependencies
run: pip install black nbdev==2.3.25 pre-commit
- name: Run pre-commit
run: pre-commit run --files neuralforecast/*